StateException Constructor (String)
3/29/2010
Initializes a new instance of the StateException class, using the specified exception text message.
Namespace: Microsoft.WindowsMobile.Status
Assembly: Microsoft.WindowsMobile.Status (in microsoft.windowsmobile.status.dll)
Syntax
public StateException (
string message
)
'Declaration
Public Sub New ( _
message As String _
)
Parameters
- message
The text message in the exception.
See Also
Reference
StateException Class
StateException Members
Microsoft.WindowsMobile.Status Namespace