Share via


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
System_CAPS_pubmethod RemoteAccessException()

Initializes a new instance of the RemoteAccessException class.

System_CAPS_protmethod RemoteAccessException(SerializationInfo, StreamingContext)

Initializes a new instance of the RemoteAccessException class.

System_CAPS_pubmethod RemoteAccessException(String)

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

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod RemoteAccessException(String, Int32)

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

System_CAPS_pubmethod RemoteAccessException(String, String)

Initializes a new instance of the RemoteAccessException class with the specified error message and the specified category of the exception.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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