Initializes a new instance of the DeferringException class.
Assembly: Epic.Query.Object
Declaration Syntax
C# |
public DeferringException( 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. If the inner parameter is not a nullNothingnullptr reference, the current exception is raised in a catch block that handles the inner exception.