Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Util.InternalErrorException

Summary

Represents an internal error in the code. Any place where the code is able to verify its own consistency is where this exception should be thrown, for example in "unreachable" code safeguards.

Constructors

InternalErrorException(string message)
Creates an exception instance with the specified message.
InternalErrorException(string message, Exception innerException)
Creates an exception instance with the specified message and inner exception.