C# 클래스 LibHeifSharp.ExceptionUtil

파일 보기 프로젝트 열기: 0xC0000054/libheif-sharp

공개 메소드들

메소드 설명
ThrowArgumentException ( string message ) : void
ThrowArgumentNullException ( string paramName ) : void
ThrowArgumentOutOfRangeException ( string paramName, string message ) : void
ThrowHeifException ( string message ) : void
ThrowInvalidOperationException ( string message ) : void

메소드 상세

ThrowArgumentException() 공개 정적인 메소드

public static ThrowArgumentException ( string message ) : void
message string
리턴 void

ThrowArgumentNullException() 공개 정적인 메소드

public static ThrowArgumentNullException ( string paramName ) : void
paramName string
리턴 void

ThrowArgumentOutOfRangeException() 공개 정적인 메소드

public static ThrowArgumentOutOfRangeException ( string paramName, string message ) : void
paramName string
message string
리턴 void

ThrowHeifException() 공개 정적인 메소드

public static ThrowHeifException ( string message ) : void
message string
리턴 void

ThrowInvalidOperationException() 공개 정적인 메소드

public static ThrowInvalidOperationException ( string message ) : void
message string
리턴 void