CallOperationFailureException 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
CallOperationFailureException() |
Initializes a new instance of the CallOperationFailureException class. |
CallOperationFailureException(String) |
Initializes a new instance of the CallOperationFailureException class with a specified error message. |
CallOperationFailureException(SerializationInfo, StreamingContext) |
Initializes a new instance of the class with serialized data. |
CallOperationFailureException(String, Exception) |
Initializes a new instance of the CallOperationFailureException class with a specified error message and reference to the inner exception that is the cause of this exception. |
CallOperationFailureException()
Initializes a new instance of the CallOperationFailureException class.
public:
CallOperationFailureException();
public CallOperationFailureException ();
Public Sub New ()
Applies to
CallOperationFailureException(String)
Initializes a new instance of the CallOperationFailureException class with a specified error message.
public:
CallOperationFailureException(System::String ^ message);
public CallOperationFailureException (string message);
new Microsoft.Rtc.Collaboration.CallOperationFailureException : string -> Microsoft.Rtc.Collaboration.CallOperationFailureException
Public Sub New (message As String)
Parameters
- message
- String
The message that describes the error.
Applies to
CallOperationFailureException(SerializationInfo, StreamingContext)
Initializes a new instance of the class with serialized data.
protected:
CallOperationFailureException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected CallOperationFailureException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Rtc.Collaboration.CallOperationFailureException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Rtc.Collaboration.CallOperationFailureException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
The object that holds the serialized object data.
- context
- StreamingContext
The contextual information about the source or destination.
Applies to
CallOperationFailureException(String, Exception)
Initializes a new instance of the CallOperationFailureException class with a specified error message and reference to the inner exception that is the cause of this exception.
public:
CallOperationFailureException(System::String ^ message, Exception ^ innerException);
public CallOperationFailureException (string message, Exception innerException);
new Microsoft.Rtc.Collaboration.CallOperationFailureException : string * Exception -> Microsoft.Rtc.Collaboration.CallOperationFailureException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
The message that describes the error.
- innerException
- Exception
The exception that is the cause of the current exception.