Share via


ConversionException class

An exception that is thrown when a conversion fails.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.Office.Server.PowerPoint.Conversion.ConversionException

Namespace:  Microsoft.Office.Server.PowerPoint.Conversion
Assembly:  Microsoft.Office.Server.PowerPoint (in Microsoft.Office.Server.PowerPoint.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ConversionException _
    Inherits Exception
'Usage
Dim instance As ConversionException
[SerializableAttribute]
public sealed class ConversionException : Exception

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ConversionException members

Microsoft.Office.Server.PowerPoint.Conversion namespace