Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.InternalError Class

Represents errors that occur, but are considered internal errors. These may be shown to end-users also, but are intended mainly for development to find unusual conditions. These error messages do not need to be localized.

Any errors that are instantiated with this class are logged.

Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Inheritance

Syntax

public class InternalError : System.Exception;

Constructors

PublicInternalErrorInitializes a new instance with the specified error message.

Properties

PublicInherited from System.ExceptionDataGets a collection of key/value pairs that provide additional user-defined information about the exception.
PublicInherited from System.ExceptionHelpLinkGets or sets a link to the help file associated with this exception.
PublicInherited from System.ExceptionHResultGets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
PublicInherited from System.ExceptionInnerExceptionGets the Exception instance that caused the current exception.
PublicInherited from System.ExceptionMessageGets a message that describes the current exception.
PublicInherited from System.ExceptionSourceGets or sets the name of the application or the object that causes the error.
PublicInherited from System.ExceptionStackTraceGets a string representation of the immediate frames on the call stack.
PublicInherited from System.ExceptionTargetSiteGets the method that throws the current exception.

Methods

PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from System.ExceptionGetBaseExceptionWhen overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ExceptionGetObjectDataWhen overridden in a derived class, sets the SerializationInfo with information about the exception.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from System.ExceptionToStringCreates and returns a string representation of the current exception.

See Also YetaWF.Core Overview