Share via


ErrorException Constructor (Exception)

Initializes a new instance of the class with a reference to the inner exception that is the cause of this exception.

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Protected Sub New ( _
    innerException As Exception _
)
'Usage
Dim innerException As Exception

Dim instance As New ErrorException(innerException)
protected ErrorException (
    Exception innerException
)
protected:
ErrorException (
    Exception^ innerException
)

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

ErrorException Class
ErrorException Members
Microsoft.Expression.Encoder Namespace