ErrorMsg.Show Method (String, String, String)
Shows a dialog box with a specified message, caption and extra information.
Namespace: Microsoft.Uii.Common.Logging
Assembly: Microsoft.Uii.Common.Logging.Providers (in Microsoft.Uii.Common.Logging.Providers.dll)
Usage
'Usage
Dim msg As String
Dim caption As String
Dim advanced As String
Dim returnValue As DialogResult
returnValue = ErrorMsg.Show(msg, caption, advanced)
Syntax
'Declaration
Public Shared Function Show ( _
msg As String, _
caption As String, _
advanced As String _
) As DialogResult
public static DialogResult Show (
string msg,
string caption,
string advanced
)
public:
static DialogResult Show (
String^ msg,
String^ caption,
String^ advanced
)
public static DialogResult Show (
String msg,
String caption,
String advanced
)
public static function Show (
msg : String,
caption : String,
advanced : String
) : DialogResult
Parameters
- msg
Specifies the message
- caption
Specifies the caption
- advanced
Specifies the message to be displayed in the advanced test box
Return Value
Dialog Result
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
ErrorMsg Class
ErrorMsg Members
Microsoft.Uii.Common.Logging Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.