Share via


CommandException Constructors

Definition

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

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

Applies to