Share via


StaticCodeAnalysisException Class

Represents static code analysis exceptions.

Namespace:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class StaticCodeAnalysisException _
    Inherits DataSchemaException
'Usage
Dim instance As StaticCodeAnalysisException
[SerializableAttribute]
public sealed class StaticCodeAnalysisException : DataSchemaException
[SerializableAttribute]
public ref class StaticCodeAnalysisException sealed : public DataSchemaException
public final class StaticCodeAnalysisException extends DataSchemaException

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Data.Schema.DataSchemaException
      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.

See Also

Reference

StaticCodeAnalysisException Members

Microsoft.Data.Schema.StaticCodeAnalysis Namespace