TransactionManagerCommunicationException 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.
Initializes a new instance of the TransactionManagerCommunicationException class.
Overloads
| Name | Description |
|---|---|
| TransactionManagerCommunicationException() |
Initializes a new instance of the TransactionManagerCommunicationException class. |
| TransactionManagerCommunicationException(String) |
Initializes a new instance of the TransactionManagerCommunicationException class with the specified message. |
| TransactionManagerCommunicationException(SerializationInfo, StreamingContext) |
Initializes a new instance of the TransactionManagerCommunicationException class with the specified serialization and streaming context information. |
| TransactionManagerCommunicationException(String, Exception) |
Initializes a new instance of the TransactionManagerCommunicationException class with the specified message and inner exception. |
TransactionManagerCommunicationException()
Initializes a new instance of the TransactionManagerCommunicationException class.
public:
TransactionManagerCommunicationException();
public TransactionManagerCommunicationException();
Public Sub New ()
Applies to
TransactionManagerCommunicationException(String)
Initializes a new instance of the TransactionManagerCommunicationException class with the specified message.
public:
TransactionManagerCommunicationException(System::String ^ message);
public TransactionManagerCommunicationException(string message);
new System.Transactions.TransactionManagerCommunicationException : string -> System.Transactions.TransactionManagerCommunicationException
Public Sub New (message As String)
Parameters
Applies to
TransactionManagerCommunicationException(SerializationInfo, StreamingContext)
Initializes a new instance of the TransactionManagerCommunicationException class with the specified serialization and streaming context information.
protected:
TransactionManagerCommunicationException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected TransactionManagerCommunicationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Transactions.TransactionManagerCommunicationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Transactions.TransactionManagerCommunicationException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
A SerializationInfo object that describes a failed serialization.
- context
- StreamingContext
A SerializationInfo object that describes a failed serialization context.
Applies to
TransactionManagerCommunicationException(String, Exception)
Initializes a new instance of the TransactionManagerCommunicationException class with the specified message and inner exception.
public:
TransactionManagerCommunicationException(System::String ^ message, Exception ^ innerException);
public TransactionManagerCommunicationException(string message, Exception innerException);
new System.Transactions.TransactionManagerCommunicationException : string * Exception -> System.Transactions.TransactionManagerCommunicationException
Public Sub New (message As String, innerException As Exception)
Parameters
- innerException
- Exception
Gets the exception instance that causes the current exception. For more information, see the InnerException property.