Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
DataSchemaException is the base class for all exceptions thrown in the Microsoft.Data.Schema namespace and sub-namespaces.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
Public Class DataSchemaException _
Inherits Exception
'Usage
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
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Data.Schema.DataSchemaException
Microsoft.Data.Schema.DataGenerator.GeneratorUserException
Microsoft.Data.Schema.DataGenerator.InputValidationException
Microsoft.Data.Schema.StaticCodeAnalysis.StaticCodeAnalysisException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.