Table of Contents

Class InternalException

Namespace
Hi.Common
Assembly
HiGeom.dll

Exception that represents an internal error that should never occur during normal operation. Used to indicate programming errors or unexpected states that require developer attention.

public class InternalException : Exception, ISerializable
Inheritance
InternalException
Implements
Inherited Members
Extension Methods

Constructors

InternalException()

Initializes a new instance of the InternalException class with a default message.

public InternalException()

InternalException(string)

Initializes a new instance of the InternalException class with a specified error message.

public InternalException(string message)

Parameters

message string

The message that describes the error