Class InvalidEntityRelationException
Represents errors that occur during the relation entity generation.
Namespace: Venflow
Assembly: Venflow.dll
Syntax
public class InvalidEntityRelationException : Exception
Constructors
| Improve this Doc View SourceInvalidEntityRelationException()
Initializes a new instance of the InvalidEntityRelationException class.
Declaration
public InvalidEntityRelationException()
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 |
Serialization.StreamingContext | context | The |
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. |
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. |