ExceptionDetail.HelpLink 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置传递到构造函数的异常中的帮助链接。
public:
property System::String ^ HelpLink { System::String ^ get(); void set(System::String ^ value); };
public:
property System::String ^ HelpLink { System::String ^ get(); };
[System.Runtime.Serialization.DataMember]
public string HelpLink { get; set; }
[System.Runtime.Serialization.DataMember]
public string HelpLink { get; }
[<System.Runtime.Serialization.DataMember>]
member this.HelpLink : string with get, set
[<System.Runtime.Serialization.DataMember>]
member this.HelpLink : string
Public Property HelpLink As String
Public ReadOnly Property HelpLink As String
属性值
异常的帮助链接信息。
- 属性
注解
表示帮助文件的返回值是 URN 或 URL。