共用方式為


AdomdUnknownResponseException 類別

Represents an exception thrown by ADOMD.NET when a response has been returned from the provider that is not understood.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
<SerializableAttribute> _
Public NotInheritable Class AdomdUnknownResponseException _
    Inherits AdomdException
'用途
Dim instance As AdomdUnknownResponseException
[SerializableAttribute]
public sealed class AdomdUnknownResponseException : AdomdException
[SerializableAttribute]
public ref class AdomdUnknownResponseException sealed : public AdomdException
[<SealedAttribute>]
[<SerializableAttribute>]
type AdomdUnknownResponseException =  
    class
        inherit AdomdException
    end
public final class AdomdUnknownResponseException extends AdomdException

繼承階層

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdException
      Microsoft.AnalysisServices.AdomdClient..::..AdomdUnknownResponseException

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。