Share via


ConversionException constructor (String, Exception)

Initializes a new instance of the ConversionException class with a specified error message and a reference to the inner exception that causes this exception.

Namespace:  Microsoft.Office.Server.PowerPoint.Conversion
Assembly:  Microsoft.Office.Server.PowerPoint (in Microsoft.Office.Server.PowerPoint.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 ConversionException(message, _
    innerException)
public ConversionException(
    string message,
    Exception innerException
)

Parameters

  • message
    Type: System.String

    The error message that explains the reason for this exception.

  • innerException
    Type: System.Exception

    The inner exception that causes this exception.

See also

Reference

ConversionException class

ConversionException members

ConversionException overload

Microsoft.Office.Server.PowerPoint.Conversion namespace