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。

适用于