PinFailureException Constructor (String)
Creates a new instance of the PinFailureException class with a specified error message.
Namespace: Microsoft.Rtc.Collaboration.PinManagement
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 PinFailureException(message)
public PinFailureException(
string message
)
Parameters
- message
Type: System.String
The message that describes the error.