AdomdException 클래스
Represents an exception thrown by ADOMD.NET.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv.dll의 msmgdsrv
구문
‘선언
<SerializableAttribute> _
Public NotInheritable Class AdomdException _
Inherits ApplicationException _
Implements ISerializable, IDisposable
‘사용 방법
Dim instance As AdomdException
[SerializableAttribute]
public sealed class AdomdException : ApplicationException,
ISerializable, IDisposable
[SerializableAttribute]
public ref class AdomdException sealed : public ApplicationException,
ISerializable, IDisposable
[<SealedAttribute>]
[<SerializableAttribute>]
type AdomdException =
class
inherit ApplicationException
interface ISerializable
interface IDisposable
end
public final class AdomdException extends ApplicationException implements ISerializable, IDisposable
상속 계층 구조
System. . :: . .Object
System. . :: . .Exception
System. . :: . .ApplicationException
Microsoft.AnalysisServices.AdomdServer..::..AdomdException
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.