ConvertErrorException Class

Error Exception used inside the transcoder for errors that should be shown to the user.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ConvertErrorException
    Inherits ErrorException
'Usage
Dim instance As ConvertErrorException
[SerializableAttribute] 
public class ConvertErrorException : ErrorException
[SerializableAttribute] 
public ref class ConvertErrorException : public ErrorException
/** @attribute SerializableAttribute() */ 
public class ConvertErrorException extends ErrorException
SerializableAttribute 
public class ConvertErrorException extends ErrorException

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Expression.Encoder.ErrorException
      Microsoft.Expression.Encoder.ConvertErrorException

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

ConvertErrorException Members
Microsoft.Expression.Encoder Namespace