Click or drag to resize

EntityUsingException Constructor

Overload List
 NameDescription
Public methodEntityUsingException(Guid) Initializes a new instance of the EntityUsingException class with specified entity id.
Protected methodEntityUsingException(SerializationInfo, StreamingContext) Initializes a new instance of the EntityUsingException class with serialized data.
Public methodEntityUsingException(Guid, String, Exception) Initializes a new instance of the EntityUsingException class with specified entity id, error message and a reference to the inner exception that is the cause of this exception.
Public methodEntityUsingException(Guid, String, Object) Initializes a new instance of the EntityUsingException class with specified entity id and error message.
Top
See Also