Classe ConnectionException
The exception that is thrown when a connection problem arises between the server and current application. This class cannot be inherited.
System.Object
System.Exception
Microsoft.AnalysisServices.AmoException
Microsoft.AnalysisServices.ConnectionException
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
'Declaração
<SerializableAttribute> _
Public NotInheritable Class ConnectionException _
Inherits AmoException
'Uso
Dim instance As ConnectionException
[SerializableAttribute]
public sealed class ConnectionException : AmoException
[SerializableAttribute]
public ref class ConnectionException sealed : public AmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type ConnectionException =
class
inherit AmoException
end
public final class ConnectionException extends AmoException
O tipo ConnectionException expõe os membros a seguir.
Nome | Descrição | |
---|---|---|
![]() |
ConnectionException() | Initializes a new instance of the ConnectionException class. |
![]() |
ConnectionException(String) | Initializes a new instance of the ConnectionException class. |
![]() |
ConnectionException(String, Exception) | Initializes a new instance of the ConnectionException class. |
Início
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
Nome | Descrição | |
---|---|---|
![]() |
Equals | (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.) |
![]() |
ToString | (Herdado de Exception.) |
Início
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.