StateException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StateException() | |
StateException(String) | |
StateException(SerializationInfo, StreamingContext) | |
StateException(String, Exception) |
StateException()
public:
StateException();
public StateException ();
Public Sub New ()
Applies to
StateException(String)
public:
StateException(System::String ^ message);
public StateException (string message);
new Microsoft.Practices.CompositeUI.StateException : string -> Microsoft.Practices.CompositeUI.StateException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
StateException(SerializationInfo, StreamingContext)
protected:
StateException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected StateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Practices.CompositeUI.StateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Practices.CompositeUI.StateException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
StateException(String, Exception)
public:
StateException(System::String ^ message, Exception ^ innerException);
public StateException (string message, Exception innerException);
new Microsoft.Practices.CompositeUI.StateException : string * Exception -> Microsoft.Practices.CompositeUI.StateException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception