DacServicesException クラス
DAC サービスのエラーに関してスローされる例外。
継承階層
System.Object
System.Exception
Microsoft.SqlServer.Dac.DacServicesException
名前空間: Microsoft.SqlServer.Dac
アセンブリ: Microsoft.SqlServer.Dac (Microsoft.SqlServer.Dac.dll)
構文
'宣言
<SerializableAttribute> _
Public NotInheritable Class DacServicesException _
Inherits Exception
'使用
Dim instance As DacServicesException
[SerializableAttribute]
public sealed class DacServicesException : Exception
[SerializableAttribute]
public ref class DacServicesException sealed : public Exception
[<SealedAttribute>]
[<SerializableAttribute>]
type DacServicesException =
class
inherit Exception
end
public final class DacServicesException extends Exception
DacServicesException 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
DacServicesException() | DacServicesException クラスの新しいインスタンスを構築します。 | |
DacServicesException(String) | 指定したエラー メッセージを使用して、DacServicesException クラスの新しいインスタンスを構築します。 | |
DacServicesException(String, Exception) | 指定したエラー メッセージとこの例外の原因となった内部例外への参照を使用して、DacServicesException クラスの新しいインスタンスを構築します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Data | (Exception から継承されています。) | |
HelpLink | (Exception から継承されています。) | |
HResult | (Exception から継承されています。) | |
InnerException | (Exception から継承されています。) | |
Message | (Exception から継承されています。) | |
Messages | この例外に関連付けられている追加のエラー メッセージ、警告メッセージ、および情報メッセージのコレクションを取得します。 | |
Source | (Exception から継承されています。) | |
StackTrace | (Exception から継承されています。) | |
TargetSite | (Exception から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
GetBaseException | (Exception から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetObjectData | 指定された SerializationInfo オブジェクトに例外情報を書き込みます。 (Exception.GetObjectData(SerializationInfo, StreamingContext) をオーバーライドします。) | |
GetType | (Exception から継承されています。) | |
ToString | (Exception から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。