次の方法で共有


RemoteAccessException Constructor (String, String, Exception, String)

 

Initializes a new instance of the RemoteAccessException class with the specified error page message, the message for the exception, a reference to the inner exception that is the cause of this exception, and the category of the exception.

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

Syntax

public RemoteAccessException(
    string errorPageMessage,
    string message,
    Exception inner,
    string category
)
public:
RemoteAccessException(
    String^ errorPageMessage,
    String^ message,
    Exception^ inner,
    String^ category
)
Public Sub New (
    errorPageMessage As String,
    message As String,
    inner As Exception,
    category As String
)

Parameters

  • errorPageMessage
    Type: System.String

    The message that is displayed on the error page.

  • inner
    Type: System.Exception

    The inner exception that is the cause of this exception.

See Also

RemoteAccessException Overload
RemoteAccessException Class
Microsoft.WindowsServerSolutions.Web Namespace

Return to top