C# Class ImageMagick.MagickExceptionHelper

Show file Open project: dlemstra/Magick.NET Class Usage Examples

Public Methods

Method Description
Check ( IntPtr exception ) : MagickException
Create ( IntPtr exception ) : MagickException
IsError ( MagickException exception ) : bool

Private Methods

Method Description
Create ( ExceptionSeverity severity, string message, MagickException innerExceptions ) : MagickException
CreateException ( IntPtr exception ) : MagickException
CreateRelatedExceptions ( IntPtr exception ) : List

Method Details

Check() public static method

public static Check ( IntPtr exception ) : MagickException
exception System.IntPtr
return MagickException

Create() public static method

public static Create ( IntPtr exception ) : MagickException
exception System.IntPtr
return MagickException

IsError() public static method

public static IsError ( MagickException exception ) : bool
exception MagickException
return bool