Search Results for

    Show / Hide Table of Contents

    Class ForeignKeyDeleteConflictException

    Exception for a Delete Conflict constraint.

    Inheritance
    System.Object
    System.Exception
    ForeignKeyDeleteConflictException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.ToString()
    System.Exception.GetType()
    System.Exception.Message
    System.Exception.Data
    System.Exception.InnerException
    System.Exception.TargetSite
    System.Exception.StackTrace
    System.Exception.HelpLink
    System.Exception.Source
    System.Exception.HResult
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    Namespace: TimeCockpit.Data.Database
    Assembly: TimeCockpit.Data.dll
    Syntax
    public class ForeignKeyDeleteConflictException : Exception, ISerializable, _Exception

    Constructors

    ForeignKeyDeleteConflictException(SerializationInfo, StreamingContext)

    Declaration
    protected ForeignKeyDeleteConflictException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info
    System.Runtime.Serialization.StreamingContext context

    ForeignKeyDeleteConflictException(String, Exception)

    Initializes a new instance of the ForeignKeyDeleteConflictException class.

    Declaration
    public ForeignKeyDeleteConflictException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message

    The message to show.

    System.Exception innerException

    The inner exception.

    Methods

    GetObjectData(SerializationInfo, StreamingContext)

    Declaration
    public override void GetObjectData(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info
    System.Runtime.Serialization.StreamingContext context
    Overrides
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    In This Article
    Back to top Copyright © 2020 software architects gmbh