Share via


StateException Constructor (String, Exception)

3/29/2010

Initializes a new instance of the StateException class, using the specified exception text message and inner exception.

Namespace: Microsoft.WindowsMobile.Status
Assembly: Microsoft.WindowsMobile.Status (in microsoft.windowsmobile.status.dll)

Syntax

public StateException (
    string message,
    Exception inner
)
'Declaration
Public Sub New ( _
    message As String, _
    inner As Exception _
)

Parameters

  • message
    The text message in the exception.
  • inner
    The exception’s inner exception.

See Also

Reference

StateException Class
StateException Members
Microsoft.WindowsMobile.Status Namespace