ResponseFormatException Class

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

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.