Share via


AdapterMapServiceException Constructors

Definition

Overloads

AdapterMapServiceException()
AdapterMapServiceException(String)
AdapterMapServiceException(SerializationInfo, StreamingContext)
AdapterMapServiceException(String, Exception)

AdapterMapServiceException()

public:
 AdapterMapServiceException();
public AdapterMapServiceException ();
Public Sub New ()

Applies to

AdapterMapServiceException(String)

public:
 AdapterMapServiceException(System::String ^ message);
public AdapterMapServiceException (string message);
new Microsoft.Practices.CompositeUI.Commands.AdapterMapServiceException : string -> Microsoft.Practices.CompositeUI.Commands.AdapterMapServiceException
Public Sub New (message As String)

Parameters

message
String

Applies to

AdapterMapServiceException(SerializationInfo, StreamingContext)

protected:
 AdapterMapServiceException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected AdapterMapServiceException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Practices.CompositeUI.Commands.AdapterMapServiceException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Practices.CompositeUI.Commands.AdapterMapServiceException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

AdapterMapServiceException(String, Exception)

public:
 AdapterMapServiceException(System::String ^ message, Exception ^ innerException);
public AdapterMapServiceException (string message, Exception innerException);
new Microsoft.Practices.CompositeUI.Commands.AdapterMapServiceException : string * Exception -> Microsoft.Practices.CompositeUI.Commands.AdapterMapServiceException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to