Share via


ErrorException Constructor (String, Object[])

Initializes a new instance of the class with a specified 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 ( _
    message As String, _
    ParamArray args As Object() _
)
'Usage
Dim message As String
Dim args As Object()

Dim instance As New ErrorException(message, args)
protected ErrorException (
    string message,
    params Object[] args
)
protected:
ErrorException (
    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