DataSchemaException クラス

DataSchemaException は、Microsoft.Data.Schema 名前空間とその下位名前空間でスローされるすべての例外の基本クラスです。

名前空間 :  Microsoft.Data.Schema
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
Public Class DataSchemaException _
    Inherits Exception
'使用
Dim instance As DataSchemaException
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public class DataSchemaException : Exception
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public ref class DataSchemaException : public Exception
public class DataSchemaException extends Exception

継承階層

System.Object
  System.Exception
    Microsoft.Data.Schema.DataSchemaException
      Microsoft.Data.Schema.DataGenerator.GeneratorUserException
      Microsoft.Data.Schema.DataGenerator.InputValidationException
      Microsoft.Data.Schema.StaticCodeAnalysis.StaticCodeAnalysisException

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。 インスタンス メンバの場合は、スレッド セーフであるとは限りません。

参照

参照

DataSchemaException メンバ

Microsoft.Data.Schema 名前空間