Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. 
- message 
 Type: System.String- The message in the exception 
- error 
 Type: System.Int32- The error code for the exception. 
See Also
RemoteAccessException Overload
RemoteAccessException Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top