Edit

Share via


AuthenticationException.ToString Method

Definition

Returns the string representation of AuthenticationException, which also includes SupportedAuthenticationProtocols, Realm, FailureReason, and ErrorCode properties.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A string representation of the object.

Applies to