次の方法で共有


RemoteAccessException Constructor (String, String, Int32)

 

Initializes a new instance of the RemoteAccessException class with the specified error page message, the message for the exception, and the error code for the exception.

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

Syntax

public RemoteAccessException(
    string errorPageMessage,
    string message,
    int error
)
public:
RemoteAccessException(
    String^ errorPageMessage,
    String^ message,
    int error
)
Public Sub New (
    errorPageMessage As String,
    message As String,
    error As Integer
)

Parameters

  • errorPageMessage
    Type: System.String

    The message that is displayed on the error page.

  • error
    Type: System.Int32

    The error code for the exception.

See Also

RemoteAccessException Overload
RemoteAccessException Class
Microsoft.WindowsServerSolutions.Web Namespace

Return to top