Classe ConnectionException
The exception that is thrown when a connection problem arises between the server and current application. This class cannot be inherited.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .Exception
Microsoft.AnalysisServices. . :: . .AmoException
Microsoft.AnalysisServices..::..ConnectionException
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class ConnectionException _
Inherits AmoException
'Utilizzo
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
Nel tipo ConnectionException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ConnectionException() () () () | ||
ConnectionException(String) | ||
ConnectionException(String, Exception) |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | Ereditato da Exception. | |
ExceptionCause | Returns a ConnectionExceptionCause value to explain the origin of the exception. | |
HelpLink | Ereditato da Exception. | |
HResult | Ereditato da Exception. | |
InnerException | Ereditato da Exception. | |
Message | Ereditato da Exception. | |
Source | Ereditato da Exception. | |
StackTrace | Ereditato da Exception. | |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetBaseException | Ereditato da Exception. | |
GetHashCode | Ereditato da Object. | |
GetObjectData | Sets the [System.Runtime.Serialization.SerializationInfo] with information about the exception. Esegue l'override di Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext). | |
GetType | Ereditato da Exception. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Exception. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.