次の方法で共有


RemoteAccessException Constructor (String, String)

 

Initializes a new instance of the RemoteAccessException class with the specified error message and the specified category of the exception.

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

Syntax

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

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

See Also

RemoteAccessException Overload
RemoteAccessException Class
Microsoft.WindowsServerSolutions.Web Namespace

Return to top