Initializes a new instance of the EpicException class.
Assembly: Epic.Prelude
Declaration Syntax
C# |
public EpicException( string message, Exception inner )
Parameters
- message (String)
- The message that describes the error.
- inner (Exception)
- The exception that is the cause of the current exception, or a null reference if no inner exception is specified.