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.StringThe message that is displayed on the error page.
message
Type: System.StringThe message in the exception
error
Type: System.Int32The error code for the exception.
See Also
RemoteAccessException Overload
RemoteAccessException Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top