RemoteAccessException Class

 

Represents the errors that occur when using Remote Web Access.

Namespace:   Microsoft.WindowsServerSolutions.Web
Assembly:  Wssg.Web (in Wssg.Web.dll)

System::Object
  System::Exception
    Microsoft.WindowsServerSolutions.Web::RemoteAccessException

[SerializableAttribute]
public ref class RemoteAccessException : Exception

NameDescription
System_CAPS_pubmethodRemoteAccessException()

Initializes a new instance of the RemoteAccessException class.

System_CAPS_protmethodRemoteAccessException(SerializationInfo^, StreamingContext)

Initializes a new instance of the RemoteAccessException class.

System_CAPS_pubmethodRemoteAccessException(String^)

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

System_CAPS_pubmethodRemoteAccessException(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_pubmethodRemoteAccessException(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_pubmethodRemoteAccessException(String^, Int32)

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

System_CAPS_pubmethodRemoteAccessException(String^, String^)

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

System_CAPS_pubmethodRemoteAccessException(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_pubmethodRemoteAccessException(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_pubmethodRemoteAccessException(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.

NameDescription
System_CAPS_pubpropertyCategory

Gets or sets the log category of the exception.

System_CAPS_pubpropertyData

(Inherited from Exception.)

System_CAPS_pubpropertyErrorCode

Gets or sets the error code for the exception.

System_CAPS_pubpropertyErrorPageMessage

Gets or sets the message that is shown on the error page.

System_CAPS_pubpropertyHelpLink

(Inherited from Exception.)

System_CAPS_pubpropertyHResult

(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyMessage

(Inherited from Exception.)

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Sets the SerializationInfo object with information about the exception.(Overrides Exception::GetObjectData(SerializationInfo^, StreamingContext).)

System_CAPS_pubmethodGetType()

(Inherited from Exception.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Exception.)

NameDescription
System_CAPS_proteventSerializeObjectState

(Inherited from Exception.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: