ConnectionException Members
Include Protected Members
Include Inherited Members
The exception that is thrown when a connection problem arises between the server and current application. This class cannot be inherited.
The ConnectionException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConnectionException() | ||
ConnectionException(String) | ||
ConnectionException(String, Exception) |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetBaseException() | (Inherited from Exception.) | |
GetHashCode() | (Inherited from Object.) | |
GetObjectData(SerializationInfo, StreamingContext) | Sets the [System.Runtime.Serialization.SerializationInfo] with information about the exception. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType() | (Inherited from Exception.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Exception.) |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ExceptionCause | Returns a ConnectionExceptionCause value to explain the origin of the exception. | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top