Compartir a través de


HostedControl.ErrorMsg Method

So hosted winform applications can use this and have the same error message style as the rest of the desktop.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As HostedControl
Dim msg As String
Dim advanced As String

instance.ErrorMsg(msg, advanced)

Syntax

'Declaration
Public Overridable Sub ErrorMsg ( _
    msg As String, _
    advanced As String _
)
public virtual void ErrorMsg (
    string msg,
    string advanced
)
public:
virtual void ErrorMsg (
    String^ msg, 
    String^ advanced
)
public void ErrorMsg (
    String msg, 
    String advanced
)
public function ErrorMsg (
    msg : String, 
    advanced : String
)

Parameters

  • msg
    Message containing information about the error.
  • advanced
    Extra nmessage information containing information about the error.

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

HostedControl Class
HostedControl Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.