Share via


ErrorException Constructor (Exception, String, Object[])

Initializes a new instance of the class with a specified inner exception, error message and a list of arguments.

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

Syntax

'Declaration
Protected Sub New ( _
    innerException As Exception, _
    message As String, _
    ParamArray args As Object() _
)
'Usage
Dim innerException As Exception
Dim message As String
Dim args As Object()

Dim instance As New ErrorException(innerException, message, args)
protected ErrorException (
    Exception innerException,
    string message,
    params Object[] args
)
protected:
ErrorException (
    Exception^ innerException, 
    String^ message, 
    ... array<Object^>^ args
)

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