C# Class ImageMagick.MagickExceptionHelper.NativeMagickExceptionHelper

Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
Description ( IntPtr exception ) : string
Dispose ( IntPtr exception ) : void
Message ( IntPtr exception ) : string
Related ( IntPtr exception, int index ) : IntPtr
RelatedCount ( IntPtr exception ) : int
Severity ( IntPtr exception ) : int

Method Details

Description() public static method

public static Description ( IntPtr exception ) : string
exception System.IntPtr
return string

Dispose() public static method

public static Dispose ( IntPtr exception ) : void
exception System.IntPtr
return void

Message() public static method

public static Message ( IntPtr exception ) : string
exception System.IntPtr
return string

Related() public static method

public static Related ( IntPtr exception, int index ) : IntPtr
exception System.IntPtr
index int
return System.IntPtr

RelatedCount() public static method

public static RelatedCount ( IntPtr exception ) : int
exception System.IntPtr
return int

Severity() public static method

public static Severity ( IntPtr exception ) : int
exception System.IntPtr
return int