Table of Contents

Class ExceptionDescription

Namespace
Alternet.Scripter.Debugger
Assembly
Alternet.Scripter.Debugger.Common.v10.dll

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

Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

ToString()

Returns a String that represents the exception.

Operators

operator ==(ExceptionDescription, ExceptionDescription)

Determines whether two ExceptionDescription objects are equal.

operator !=(ExceptionDescription, ExceptionDescription)

Determines whether two ExceptionDescription objects are not equal.