Table of Contents

CoherenceError

Represents an error describing an operation that has failed.

If the error is never observed by the user, it will get automatically logged to the Console.

Properties
Message

Message describing the error.

Methods
Finalize
Ignore

Ignore this error. If this method is called, the error will not get logged to the Console automatically, even if its Message is never observed.

Log

Logs the error into the Console.

Throw

Converts the error into an System.Exception and throw it.

ToString
Operators
op_Implicit