Classe AdomdErrorResponseException
Represents an exception thrown by ADOMD.NET when a response is received from a provider which indicates an error. This exception contains a collection of AdomdError objects that contain information about each problem reported by the provider.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .Exception
Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdException
Microsoft.AnalysisServices.AdomdClient..::..AdomdErrorResponseException
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class AdomdErrorResponseException _
Inherits AdomdException
'Utilizzo
Dim instance As AdomdErrorResponseException
[SerializableAttribute]
public sealed class AdomdErrorResponseException : AdomdException
[SerializableAttribute]
public ref class AdomdErrorResponseException sealed : public AdomdException
[<SealedAttribute>]
[<SerializableAttribute>]
type AdomdErrorResponseException =
class
inherit AdomdException
end
public final class AdomdErrorResponseException extends AdomdException
Nel tipo AdomdErrorResponseException sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Data | Ereditato da Exception. | |
ErrorCode | Gets the value of the ErrorCode property from the first AdomdError in the Errors collection contained by the AdomdErrorResponseException. | |
Errors | Gets a reference to the AdomdErrorCollection contained by the exception. | |
HelpLink | Gets the value of the HelpLink property from the first AdomdError in the Errors collection contained by the exception. Esegue l'override di Exception. . :: . .HelpLink. | |
HResult | Ereditato da Exception. | |
InnerException | Ereditato da Exception. | |
Message | Gets the value of the Message property from the first AdomdError in the Errors collection contained by the exception. Esegue l'override di Exception. . :: . .Message. | |
Source | Gets the value of the Source property from the first AdomdError in the Errors collection contained by the exception. Esegue l'override di Exception. . :: . .Source. | |
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 specified 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.