Search Results for

    Show / Hide Table of Contents

    Class InvalidEntityRelationException

    Represents errors that occur during the relation entity generation.

    Inheritance
    Object
    InvalidEntityRelationException
    Namespace: Venflow
    Assembly: Venflow.dll
    Syntax
    public class InvalidEntityRelationException : Exception

    Constructors

    | Improve this Doc View Source

    InvalidEntityRelationException()

    Initializes a new instance of the InvalidEntityRelationException class.

    Declaration
    public InvalidEntityRelationException()
    | Improve this Doc View Source

    InvalidEntityRelationException(Serialization.SerializationInfo, Serialization.StreamingContext)

    Initializes a new instance of the InvalidEntityRelationException class.

    Declaration
    protected InvalidEntityRelationException(Serialization.SerializationInfo info, Serialization.StreamingContext context)
    Parameters
    Type Name Description
    Serialization.SerializationInfo info

    The that holds the serialized object data about the exception being thrown.

    Serialization.StreamingContext context

    The that contains contextual information about the source or destination.

    | Improve this Doc View Source

    InvalidEntityRelationException(String)

    Initializes a new instance of the InvalidEntityRelationException class.

    Declaration
    public InvalidEntityRelationException(string message)
    Parameters
    Type Name Description
    String message

    The message that describes the error.

    | Improve this Doc View Source

    InvalidEntityRelationException(String, Exception)

    Initializes a new instance of the InvalidEntityRelationException class.

    Declaration
    public InvalidEntityRelationException(string message, Exception inner)
    Parameters
    Type Name Description
    String message

    The message that describes the error.

    Exception inner

    The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

    Theme

    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 Twenty