CommandException 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
CommandException() | |
CommandException(String) | |
CommandException(SerializationInfo, StreamingContext) | |
CommandException(String, Exception) |
CommandException()
public:
CommandException();
public CommandException ();
Public Sub New ()
Applies to
CommandException(String)
public:
CommandException(System::String ^ message);
public CommandException (string message);
new Microsoft.Practices.CompositeUI.Commands.CommandException : string -> Microsoft.Practices.CompositeUI.Commands.CommandException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
CommandException(SerializationInfo, StreamingContext)
protected:
CommandException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected CommandException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Practices.CompositeUI.Commands.CommandException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Practices.CompositeUI.Commands.CommandException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
CommandException(String, Exception)
public:
CommandException(System::String ^ message, Exception ^ innerException);
public CommandException (string message, Exception innerException);
new Microsoft.Practices.CompositeUI.Commands.CommandException : string * Exception -> Microsoft.Practices.CompositeUI.Commands.CommandException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception