RemoteAccessException Constructor (String, String, String)
Initializes a new instance of the RemoteAccessException class with the specified error page message, the message for the 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,
string category
)
public:
RemoteAccessException(
String^ errorPageMessage,
String^ message,
String^ category
)
Public Sub New (
errorPageMessage As String,
message As String,
category As String
)
Parameters
errorPageMessage
Type: System.StringThe message that is displayed on the error page.
message
Type: System.StringThe message in the exception
category
Type: System.StringThe category of the exception.
See Also
RemoteAccessException Overload
RemoteAccessException Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top