C# Class ImageMagick.MagickExceptionHelper.NativeMagickExceptionHelper

Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

Méthode 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 méthode

public static Description ( IntPtr exception ) : string
exception System.IntPtr
Résultat string

Dispose() public static méthode

public static Dispose ( IntPtr exception ) : void
exception System.IntPtr
Résultat void

Message() public static méthode

public static Message ( IntPtr exception ) : string
exception System.IntPtr
Résultat string

Related() public static méthode

public static Related ( IntPtr exception, int index ) : IntPtr
exception System.IntPtr
index int
Résultat System.IntPtr

RelatedCount() public static méthode

public static RelatedCount ( IntPtr exception ) : int
exception System.IntPtr
Résultat int

Severity() public static méthode

public static Severity ( IntPtr exception ) : int
exception System.IntPtr
Résultat int