UnableToCreateThumbnailException Constructor (String, Exception)

Initializes a new instance of the UnableToCreateThumbnailException from an exception.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New UnableToCreateThumbnailException(message, innerException)
public UnableToCreateThumbnailException (
    string message,
    Exception innerException
)
public:
UnableToCreateThumbnailException (
    String^ message, 
    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

UnableToCreateThumbnailException Class
UnableToCreateThumbnailException Members
Microsoft.Expression.Encoder Namespace