OfferAnswerException Constructor (String, Exception)
Creates a new instance of the OfferAnswerException class.
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 OfferAnswerException(message, _
innerException)
public OfferAnswerException(
string message,
Exception innerException
)
Parameters
- message
Type: System.String
Exception message string.
- innerException
Type: System.Exception
Inner exception for the exception.