C# 클래스 ScreenToGif.ImageUtil.Decoder.GifDecoderException

상속: System.Exception
파일 보기 프로젝트 열기: dbremner/ScreenToGif

공개 메소드들

메소드 설명
GifDecoderException ( ) : System
GifDecoderException ( System info, System context ) : System
GifDecoderException ( string message ) : System
GifDecoderException ( string message, Exception inner ) : System

메소드 상세

GifDecoderException() 공개 메소드

public GifDecoderException ( ) : System
리턴 System

GifDecoderException() 공개 메소드

public GifDecoderException ( System info, System context ) : System
info System
context System
리턴 System

GifDecoderException() 공개 메소드

public GifDecoderException ( string message ) : System
message string
리턴 System

GifDecoderException() 공개 메소드

public GifDecoderException ( string message, Exception inner ) : System
message string
inner System.Exception
리턴 System