Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new instance of the ConferenceFailureException class with a specified error message.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New ConferenceFailureException(message)
public ConferenceFailureException(
string message
)
Parameters
- message
Type: System.String
The message that describes the error.
See Also
Reference
ConferenceFailureException Class
ConferenceFailureException Members