AdapterMapServiceException 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
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
- info
- SerializationInfo
- context
- StreamingContext
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