SocketTools .NET Edition

FileEncoderException Class

This exception is thrown when an error occurs.

For a list of all members of this type, see FileEncoderException Members.

System.Object
   System.Exception
      System.ApplicationException
         SocketTools.FileEncoderException

[Visual Basic]
Public Class FileEncoderException
    Inherits ApplicationException
[C#]
public class FileEncoderException : ApplicationException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This exception can be thrown when a property is set that results in an error, or as the result of calling a method that fails when the ThrowError property has been set to True.

Requirements

Namespace: SocketTools

Assembly: SocketTools.FileEncoder (in SocketTools.FileEncoder.dll)

See Also

FileEncoderException Members | SocketTools Namespace