FailureResponseException.ToString Method
Returns the string representation of the diagnostic header.
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 FailureResponseException
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
The string representation of this object.
Implements
Remarks
The string value returned will also contain ResponseCode, ResponseText, diagnostic header information and warning header information, if present.
See Also
Reference
FailureResponseException Class