次の方法で共有


RemoteAccessException.ErrorPageMessage Property

 

Gets or sets the message that is shown on the error page.

Namespace:   Microsoft.WindowsServerSolutions.Web
Assembly:  Wssg.Web (in Wssg.Web.dll)

Syntax

public string ErrorPageMessage { get; set; }
public:
property String^ ErrorPageMessage {
    String^ get();
    void set(String^ value);
}
Public Property ErrorPageMessage As String

Property Value

Type: System.String

An instance of String that contains the error code.

See Also

RemoteAccessException Class
Microsoft.WindowsServerSolutions.Web Namespace

Return to top