Class InternalException
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
stringThe message that describes the error