SobekCM_Traced_Exception Constructor
Constructor for a new instance of the SobekCM_Traced_Exception class
Namespace: SobekCM.ToolsAssembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
public SobekCM_Traced_Exception(
string Message,
Exception Inner_Exception,
Custom_Tracer Tracer
) |
Parameters
- Message
- Type: System..::..String
The error message that explains the reason for the exception
- Inner_Exception
- Type: System..::..Exception
The exception which is the cause of the current exception
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
See Also