In The Hand LtdIn The Hand
StateException Constructor (message, inner)
NamespacesInTheHand.WindowsMobile.StatusStateExceptionStateException(String, Exception)
.NET Components for Mobility
Initializes a new instance of the StateException class, using the specified exception text message and inner exception.
Declaration Syntax
C#Visual Basic
public StateException(
	string message,
	Exception inner
)
Public Sub New ( _
	message As String, _
	inner As Exception _
)
Parameters
message (String)
The text message in the exception.
inner (Exception)
The exception’s inner exception.

Assembly: InTheHand.WindowsMobile.Status (Module: InTheHand.WindowsMobile.Status) Version: 7.0.0.0