SecurityException.ToString Method

Definition

Returns a representation of the current SecurityException.

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 current SecurityException.

Remarks

The ToString method returns the full description of the SecurityException.

Applies to