ErrorMsg.Show Method (String, String)
Shows a dialog box with a specified msg but using a canned caption.
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 advanced As String
Dim returnValue As DialogResult
returnValue = ErrorMsg.Show(msg, advanced)
Syntax
'Declaration
Public Shared Function Show ( _
msg As String, _
advanced As String _
) As DialogResult
public static DialogResult Show (
string msg,
string advanced
)
public:
static DialogResult Show (
String^ msg,
String^ advanced
)
public static DialogResult Show (
String msg,
String advanced
)
public static function Show (
msg : String,
advanced : String
) : DialogResult
Parameters
- msg
Specifies the message to display
- advanced
Specifies the message to be displayed in the advanced error text 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.