docs.unity3d.com
    Show / Hide Table of Contents

    Class NotNullConstraintViolationException

    Inheritance
    Object
    Exception
    SQLiteException
    NotNullConstraintViolationException
    Inherited Members
    SQLiteException.Result
    Namespace: Unity.VisualScripting.Dependencies.Sqlite
    Syntax
    public class NotNullConstraintViolationException : SQLiteException, ISerializable, _Exception

    Constructors

    NotNullConstraintViolationException(SQLite3.Result, String)

    Declaration
    protected NotNullConstraintViolationException(SQLite3.Result r, string message)
    Parameters
    Type Name Description
    SQLite3.Result r
    String message

    NotNullConstraintViolationException(SQLite3.Result, String, TableMapping, Object)

    Declaration
    protected NotNullConstraintViolationException(SQLite3.Result r, string message, TableMapping mapping, object obj)
    Parameters
    Type Name Description
    SQLite3.Result r
    String message
    TableMapping mapping
    Object obj

    Properties

    Columns

    Declaration
    public IEnumerable<TableMapping.Column> Columns { get; protected set; }
    Property Value
    Type Description
    IEnumerable<TableMapping.Column>

    Methods

    New(SQLite3.Result, String)

    Declaration
    public static NotNullConstraintViolationException New(SQLite3.Result r, string message)
    Parameters
    Type Name Description
    SQLite3.Result r
    String message
    Returns
    Type Description
    NotNullConstraintViolationException

    New(SQLite3.Result, String, TableMapping, Object)

    Declaration
    public static NotNullConstraintViolationException New(SQLite3.Result r, string message, TableMapping mapping, object obj)
    Parameters
    Type Name Description
    SQLite3.Result r
    String message
    TableMapping mapping
    Object obj
    Returns
    Type Description
    NotNullConstraintViolationException

    New(SQLiteException, TableMapping, Object)

    Declaration
    public static NotNullConstraintViolationException New(SQLiteException exception, TableMapping mapping, object obj)
    Parameters
    Type Name Description
    SQLiteException exception
    TableMapping mapping
    Object obj
    Returns
    Type Description
    NotNullConstraintViolationException

    Extension Methods

    XAnalyserProvider.Analyser(Object, IGraphContext)
    XAnalyserProvider.Analyser<TAnalyser>(Object, IGraphContext)
    XAnalyserProvider.Analysis(Object, IGraphContext)
    XAnalyserProvider.Analysis<TAnalysis>(Object, IGraphContext)
    XAnalyserProvider.Analyser(Object, GraphReference)
    XAnalyserProvider.Analyser<TAnalyser>(Object, GraphReference)
    XAnalyserProvider.Analysis(Object, GraphReference)
    XAnalyserProvider.Analysis<TAnalysis>(Object, GraphReference)
    XDescriptorProvider.Describe(Object)
    XDescriptorProvider.HasDescriptor(Object)
    XDescriptorProvider.Descriptor(Object)
    XDescriptorProvider.Descriptor<TDescriptor>(Object)
    XDescriptorProvider.Description(Object)
    XDescriptorProvider.Description<TDescription>(Object)
    NameUtility.SelectedName(Exception, Boolean)
    NameUtility.DisplayName(Exception)
    NameUtility.HumanName(Exception)
    NameUtility.ToSummaryString(Exception)
    Cloning.Clone(Object, ICloner, Boolean)
    Cloning.Clone<T>(T, ICloner, Boolean)
    Cloning.CloneViaFakeSerialization(Object)
    Cloning.CloneViaFakeSerialization<T>(T)
    ConversionUtility.IsConvertibleTo(Object, Type, Boolean)
    ConversionUtility.IsConvertibleTo<T>(Object, Boolean)
    ConversionUtility.ConvertTo(Object, Type)
    ConversionUtility.ConvertTo<T>(Object)
    TypeUtility.ToShortString(Object, Int32)
    Serialization.CloneViaSerialization<T>(T, Boolean)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, Boolean)
    Serialization.Serialize(Object, Boolean)
    ExceptionUtility.Relevant(Exception)
    LinqUtility.Yield<T>(T)
    UnityObjectUtility.IsUnityNull(Object)
    UnityObjectUtility.ToSafeString(Object)
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023