Compartilhar via


Classe ResponseFormatException

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

Sintaxe

'Declaração
<SerializableAttribute> _
Public NotInheritable Class ResponseFormatException _
    Inherits AmoException
'Uso
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

Hierarquia de herança

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

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.