Class ExceptionDescription
Represents information describes an exception occurred during process execution.
public class ExceptionDescription
- Inheritance
-
ExceptionDescription
Properties
- ExceptionEvaluationExpression
Gets or sets an expression that is a source of exception.
- ExceptionType
Gets or sets an exception type.
- Message
Gets or sets a message that describes exception.
Methods
- ToString()
Returns a
String
that represents the exception.