SystemErrorException Class

Exception that is thrown if an unexpected error is returned from the system.

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

Syntax

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

Inheritance Hierarchy

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

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

SystemErrorException Members
Microsoft.Expression.Encoder Namespace