C# Class LibHeifSharp.ExceptionUtil

Exibir arquivo Open project: 0xC0000054/libheif-sharp

Public Methods

Method Description
ThrowArgumentException ( string message ) : void
ThrowArgumentNullException ( string paramName ) : void
ThrowArgumentOutOfRangeException ( string paramName, string message ) : void
ThrowHeifException ( string message ) : void
ThrowInvalidOperationException ( string message ) : void

Method Details

ThrowArgumentException() public static method

public static ThrowArgumentException ( string message ) : void
message string
return void

ThrowArgumentNullException() public static method

public static ThrowArgumentNullException ( string paramName ) : void
paramName string
return void

ThrowArgumentOutOfRangeException() public static method

public static ThrowArgumentOutOfRangeException ( string paramName, string message ) : void
paramName string
message string
return void

ThrowHeifException() public static method

public static ThrowHeifException ( string message ) : void
message string
return void

ThrowInvalidOperationException() public static method

public static ThrowInvalidOperationException ( string message ) : void
message string
return void