Freigeben über


ResponseFormatException-Klasse

Represents errors that occur during application execution.

Vererbungshierarchie

System.Object
  System.Exception
    Microsoft.AnalysisServices.AmoException
      Microsoft.AnalysisServices.ResponseFormatException

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ResponseFormatException _
    Inherits AmoException
'Usage
Dim instance As ResponseFormatException
[SerializableAttribute]
public sealed class ResponseFormatException : AmoException
[SerializableAttribute]
public ref class ResponseFormatException sealed : public AmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type ResponseFormatException =  
    class 
        inherit AmoException 
    end
public final class ResponseFormatException extends AmoException

Der ResponseFormatException-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ResponseFormatException(String) Initializes a new instance of the ResponseFormatException class with a specified error message.
Öffentliche Methode ResponseFormatException(String, Exception) Initializes a new instance of the ResponseFormatException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft HelpLink (Geerbt von Exception.)
Öffentliche Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message (Geerbt von Exception.)
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData Sicherheitskritisch (Geerbt von Exception.)
Öffentliche Methode GetType (Geerbt von Exception.)
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace