SecurityException.Url プロパティ

定義

例外の原因となったアセンブリの URL を取得または設定します。

public:
 property System::String ^ Url { System::String ^ get(); void set(System::String ^ value); };
public string? Url { get; set; }
public string Url { get; set; }
member this.Url : string with get, set
Public Property Url As String

プロパティ値

String

アセンブリの場所を識別する URL。

適用対象