CallOperationFailureException.ToString Method
Returns the string representation of the diagnostic header. The string will also contain ResponseCode, ResponseText, and diagnostic header information if present.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As CallOperationFailureException
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
CallOperationFailureException Class