次の方法で共有


RemoteAccessException Constructor (String)

 

Initializes a new instance of the RemoteAccessException class with the specified message.

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

Syntax

public RemoteAccessException(
    string message
)
public:
RemoteAccessException(
    String^ message
)
Public Sub New (
    message 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