ConferenceFailureException 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
ConferenceFailureException() |
Creates a new instance of the ConferenceFailureException class. |
ConferenceFailureException(String) |
Creates a new instance of the ConferenceFailureException class with a specified error message. |
ConferenceFailureException(SerializationInfo, StreamingContext) |
Creates a new instance of the ConferenceFailureException class with serialized data. |
ConferenceFailureException(String, Exception) |
Creates a new instance of the ConferenceFailureException class with a message and inner exception. |
ConferenceFailureException(String, ConferenceCommandResponse, Exception) |
Creates a new instance of the ConferenceFailureException class with a message and inner exception. |
ConferenceFailureException()
Creates a new instance of the ConferenceFailureException class.
public:
ConferenceFailureException();
public ConferenceFailureException ();
Public Sub New ()
Applies to
ConferenceFailureException(String)
Creates a new instance of the ConferenceFailureException class with a specified error message.
public:
ConferenceFailureException(System::String ^ message);
public ConferenceFailureException (string message);
new Microsoft.Rtc.Collaboration.ConferenceFailureException : string -> Microsoft.Rtc.Collaboration.ConferenceFailureException
Public Sub New (message As String)
Parameters
- message
- String
The message that describes the error.
Applies to
ConferenceFailureException(SerializationInfo, StreamingContext)
Creates a new instance of the ConferenceFailureException class with serialized data.
protected:
ConferenceFailureException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ConferenceFailureException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Rtc.Collaboration.ConferenceFailureException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Rtc.Collaboration.ConferenceFailureException
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
ConferenceFailureException(String, Exception)
Creates a new instance of the ConferenceFailureException class with a message and inner exception.
public:
ConferenceFailureException(System::String ^ message, Exception ^ innerException);
public ConferenceFailureException (string message, Exception innerException);
new Microsoft.Rtc.Collaboration.ConferenceFailureException : string * Exception -> Microsoft.Rtc.Collaboration.ConferenceFailureException
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.
Remarks
Initializes a specified error message, a reference to the inner exception that is the cause of this exception, the response code, and the response text.
Applies to
ConferenceFailureException(String, ConferenceCommandResponse, Exception)
Creates a new instance of the ConferenceFailureException class with a message and inner exception.
public:
ConferenceFailureException(System::String ^ message, Microsoft::Rtc::Collaboration::ConferenceCommandResponse ^ commandResponse, Exception ^ innerException);
public ConferenceFailureException (string message, Microsoft.Rtc.Collaboration.ConferenceCommandResponse commandResponse, Exception innerException);
new Microsoft.Rtc.Collaboration.ConferenceFailureException : string * Microsoft.Rtc.Collaboration.ConferenceCommandResponse * Exception -> Microsoft.Rtc.Collaboration.ConferenceFailureException
Public Sub New (message As String, commandResponse As ConferenceCommandResponse, innerException As Exception)
Parameters
- message
- String
The message that describes the error.
- commandResponse
- ConferenceCommandResponse
The command response to initialize the exception with.
- innerException
- Exception
The exception that is the cause of the current exception.
Remarks
Initializes a specified error message, a reference to the inner exception that is the cause of this exception, the response code, and the response text.