PropertyWriteException クラス
PropertyWriteException クラスは、プロパティ値の設定中にエラーが発生した場合に生成される例外を表します。
継承階層
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Smo.SmoException
Microsoft.SqlServer.Management.Smo.PropertyWriteException
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SerializableAttribute> _
Public NotInheritable Class PropertyWriteException _
Inherits SmoException
'使用
Dim instance As PropertyWriteException
[SerializableAttribute]
public sealed class PropertyWriteException : SmoException
[SerializableAttribute]
public ref class PropertyWriteException sealed : public SmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type PropertyWriteException =
class
inherit SmoException
end
public final class PropertyWriteException extends SmoException
PropertyWriteException 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
PropertyWriteException() | PropertyWriteException クラスの新しいインスタンスを初期化します。 | |
PropertyWriteException(String) | 指定したメッセージを使用して、PropertyWriteException クラスの新しいインスタンスを初期化します。 | |
PropertyWriteException(String, Exception) | 指定したメッセージと内部例外を使用して、PropertyWriteException クラスの新しいインスタンスを初期化します。 | |
PropertyWriteException(String, String, String, String) | 指定したプロパティ名、オブジェクトの種類、オブジェクト名、および理由を使用して、PropertyWriteException クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Data | (Exception から継承されています。) | |
HelpLink | SMO 例外の詳細についてのヘルプ リンクを Microsoft から取得します。 (SmoException から継承されています。) | |
HResult | (Exception から継承されています。) | |
InnerException | (Exception から継承されています。) | |
Message | 例外を示すメッセージを取得します。 (Exception.Message をオーバーライドします。) | |
PropertyName | 不適切なデータ型を使用して値を受信したプロパティの名前を取得します。 | |
SmoExceptionType | SMO の例外の種類を取得します。 (SmoException.SmoExceptionType をオーバーライドします。) | |
Source | (Exception から継承されています。) | |
StackTrace | (Exception から継承されています。) | |
TargetSite | (Exception から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
GetBaseException | (Exception から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetObjectData | リモート処理を容易にするオブジェクト データを返します。 (Exception.GetObjectData(SerializationInfo, StreamingContext) をオーバーライドします。) | |
GetType | (Exception から継承されています。) | |
SetHelpContext | 参照先の例外のヘルプ コンテキスト値を設定します。 (SmoException から継承されています。) | |
ToString | (Exception から継承されています。) |
先頭に戻る
説明
スレッド セーフ
この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
使用例
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。