SecurityException.ToString メソッド
定義
現在の SecurityException の表現を返します。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
戻り値
現在の SecurityException の文字列形式。A string representation of the current SecurityException.
注釈
ToStringメソッドは、の完全な説明を返し SecurityException ます。The ToString method returns the full description of the SecurityException.