Membros ConnectionException
The exception that is thrown when a connection problem arises between the server and current application. This class cannot be inherited.
O tipo ConnectionException expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
ConnectionException() () () () | ||
ConnectionException(String) | ||
ConnectionException(String, Exception) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Sets the [System.Runtime.Serialization.SerializationInfo] with information about the exception. (Substitui Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Exception.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
ExceptionCause | Returns a ConnectionExceptionCause value to explain the origin of the exception. | |
HelpLink | (Herdado de Exception.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início