RemoteAccessException Constructor
Initializes a new instance of the RemoteAccessException class.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Overload List
Name | Description | |
---|---|---|
RemoteAccessException() | Initializes a new instance of the RemoteAccessException class. |
|
RemoteAccessException(SerializationInfo, StreamingContext) | Initializes a new instance of the RemoteAccessException class. |
|
RemoteAccessException(String) | Initializes a new instance of the RemoteAccessException class with the specified message. |
|
RemoteAccessException(String, Exception) | Initializes a new instance of the RemoteAccessException class with the specified error message and a reference to the inner exception that is the cause of this exception. |
|
RemoteAccessException(String, Exception, String) | Initializes a new instance of the RemoteAccessException class with the specified error message, a reference to the inner exception that is the cause of this exception, and the category of the exception. |
|
RemoteAccessException(String, Int32) | Initializes a new instance of the RemoteAccessException class with the specified error message and the specified error code. |
|
RemoteAccessException(String, String) | Initializes a new instance of the RemoteAccessException class with the specified error message and the specified category of the exception. |
|
RemoteAccessException(String, String, Exception, String) | Initializes a new instance of the RemoteAccessException class with the specified error page message, the message for the exception, a reference to the inner exception that is the cause of this exception, and the category of the exception. |
|
RemoteAccessException(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. |
|
RemoteAccessException(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. |
See Also
RemoteAccessException Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top