Share via


ConferenceFailureException Constructor (String, Exception)

Initializes a new instance of the class with a specified error message, reference to the inner exception that is the cause of this exception, the response code, and response text.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New ConferenceFailureException(message, _
    innerException)
public ConferenceFailureException(
    string message,
    Exception innerException
)

Parameters

See Also

Reference

ConferenceFailureException Class

ConferenceFailureException Members

ConferenceFailureException Overload

Microsoft.Rtc.Collaboration Namespace