GeneratorUserException クラス
データの生成時にエラーが発生した場合に、データ ジェネレータの実装側がスローできる例外。
名前空間 : Microsoft.Data.Schema.DataGenerator
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
Public NotInheritable Class GeneratorUserException _
Inherits DataSchemaException
'使用
Dim instance As GeneratorUserException
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public sealed class GeneratorUserException : DataSchemaException
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public ref class GeneratorUserException sealed : public DataSchemaException
public final class GeneratorUserException extends DataSchemaException
継承階層
System.Object
System.Exception
Microsoft.Data.Schema.DataSchemaException
Microsoft.Data.Schema.DataGenerator.GeneratorUserException
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。 インスタンス メンバの場合は、スレッド セーフであるとは限りません。
参照
参照
Microsoft.Data.Schema.DataGenerator 名前空間
DataException