OperationFailureException.ToString Method
Returns the string representation of the exception, which also includes the FailureReason property.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As OperationFailureException
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
The string representation of this object.
Implements
See Also
Reference
OperationFailureException Class