Class EntityNotFoundException
Class EntityNotFoundException.
Implements the 
Inheritance
System.Object
    EntityNotFoundException
  Namespace: ISynergy.Framework.Core.Exceptions
Assembly: ISynergy.Framework.Core.dll
Syntax
public class EntityNotFoundException : Exception
  Constructors
View SourceEntityNotFoundException()
Initializes a new instance of the EntityNotFoundException class.
Declaration
public EntityNotFoundException()
  EntityNotFoundException(String)
Initializes a new instance of the EntityNotFoundException class.
Declaration
public EntityNotFoundException(string message)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | The message that describes the error.  | 
      
EntityNotFoundException(String, Exception)
Initializes a new instance of the EntityNotFoundException class.
Declaration
public EntityNotFoundException(string message, Exception innerException)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | The error message that explains the reason for the exception.  | 
      
| Exception | innerException | The exception that is the cause of the current exception, or a null reference (langword_csharp_Nothing in Visual Basic) if no inner exception is specified.  |