ToString Method

Returns a string representation of the diagnostic header object.

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

_Exception..::..ToString()()()()

Remarks

The string contains [ResponseCode], [ResponseText], and diagnostic header information if present.

See Also

Reference

FailureResponseException Class

FailureResponseException Members

Microsoft.Rtc.Signaling Namespace