IErrorPage.ErrorText 属性

定义

获取或设置错误的详细说明。

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

属性值

String

错误的说明。

适用于