Edit

InternalException Class

Definition

The exception thrown for internal unexpected errors.

[System.Serializable]
public class InternalException : Exception
[<System.Serializable>]
type InternalException = class
    inherit Exception
Public Class InternalException
Inherits Exception
Inheritance
InternalException
Attributes

Constructors

Name Description
InternalException(String)

Constructor for InternalException

Applies to