C# 클래스 ImageMagick.MagickExceptionHelper

파일 보기 프로젝트 열기: dlemstra/Magick.NET 1 사용 예제들

공개 메소드들

메소드 설명
Check ( IntPtr exception ) : MagickException
Create ( IntPtr exception ) : MagickException
IsError ( MagickException exception ) : bool

비공개 메소드들

메소드 설명
Create ( ExceptionSeverity severity, string message, MagickException innerExceptions ) : MagickException
CreateException ( IntPtr exception ) : MagickException
CreateRelatedExceptions ( IntPtr exception ) : List

메소드 상세

Check() 공개 정적인 메소드

public static Check ( IntPtr exception ) : MagickException
exception System.IntPtr
리턴 MagickException

Create() 공개 정적인 메소드

public static Create ( IntPtr exception ) : MagickException
exception System.IntPtr
리턴 MagickException

IsError() 공개 정적인 메소드

public static IsError ( MagickException exception ) : bool
exception MagickException
리턴 bool