Show / Hide Table of Contents

    Class AlreadyInCollectionException

    Exception class for item already exists in the collection.

    Inheritance
    System.Object
    System.Exception
    AlreadyInCollectionException
    Namespace: Kros.KORM.Exceptions
    Assembly: Kros.KORM.dll
    Syntax
    public class AlreadyInCollectionException : Exception, ISerializable, _Exception

    Constructors

    AlreadyInCollectionException()

    Initializes a new instance of the AlreadyInCollectionException class.

    Declaration
    public AlreadyInCollectionException()

    AlreadyInCollectionException(String)

    Initializes a new instance of the AlreadyInCollectionException class.

    Declaration
    public AlreadyInCollectionException(string message)
    Parameters
    Type Name Description
    System.String message

    Exception message.

    Back to top KROS a.s.