ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Protected Member Functions | List of all members
ImageResizer.Plugins.PdfRenderer.Ghostscript.GhostscriptException Class Reference
Inheritance diagram for ImageResizer.Plugins.PdfRenderer.Ghostscript.GhostscriptException:
Inheritance graph
[legend]
Collaboration diagram for ImageResizer.Plugins.PdfRenderer.Ghostscript.GhostscriptException:
Collaboration graph
[legend]

Public Member Functions

 GhostscriptException ()
 Initializes a new instance of the GhostscriptException class. More...
 
 GhostscriptException (string message)
 Initializes a new instance of the GhostscriptException class with a specified error message. More...
 
 GhostscriptException (string message, Exception innerException)
 Initializes a new instance of the GhostscriptException class with a specified error message and a reference to the inner exception that is the cause of this exception. More...
 

Protected Member Functions

 GhostscriptException (SerializationInfo info, StreamingContext context)
 

Detailed Description

Definition at line 21 of file GhostscriptException.cs.

Constructor & Destructor Documentation

ImageResizer.Plugins.PdfRenderer.Ghostscript.GhostscriptException.GhostscriptException ( )
inline

Initializes a new instance of the GhostscriptException class.

Definition at line 26 of file GhostscriptException.cs.

27  {
28  }
ImageResizer.Plugins.PdfRenderer.Ghostscript.GhostscriptException.GhostscriptException ( string  message)
inline

Initializes a new instance of the GhostscriptException class with a specified error message.

Parameters
messageThe message that describes the error.

Definition at line 35 of file GhostscriptException.cs.

36  : base(message)
37  {
38  }
ImageResizer.Plugins.PdfRenderer.Ghostscript.GhostscriptException.GhostscriptException ( string  message,
Exception  innerException 
)
inline

Initializes a new instance of the GhostscriptException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Parameters
messageThe error message that explains the reason for the exception.
innerExceptionThe exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

Definition at line 47 of file GhostscriptException.cs.

48  : base(message, innerException)
49  {
50  }

The documentation for this class was generated from the following file: