Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Main Namespaces
Altaxo.Main.Services.Implementation
TextWriterMessageService Class
TextWriterMessageService Methods
AskQuestion Method
ChooseSaveError Method
InformSaveError Method
ShowCustomDialog Method
ShowError Method
ShowErrorFormatted Method
ShowException Method
ShowHandledException Method
ShowInputBox Method
ShowMessage Method
ShowMessageFormatted Method
ShowWarning Method
ShowWarningFormatted Method
WriteErrorLine Method
WriteLine Method
Text
Writer
Message
Service
Show
Error
Formatted Method
Shows an error using a message box.
formatstring
is first passed through the
StringParser
, then through
Format(String, Object)
, using the formatitems as arguments.
Namespace:
Altaxo.Main.Services.Implementation
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Copy
public
void
ShowErrorFormatted
(
string
formatstring
,
params
Object
[]
formatitems
)
Parameters
formatstring
String
The resource or format string.
formatitems
Object
The format arguments.
Implements
IMessageService
ShowErrorFormatted(String,
Object
)
See Also
Reference
TextWriterMessageService Class
Altaxo.Main.Services.Implementation Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net