C# Class ImageMagick.Throw

Afficher le fichier Open project: dlemstra/Magick.NET Class Usage Examples

Méthodes publiques

Méthode Description
IfFalse ( string paramName, bool condition, string message ) : void
IfInvalidFileName ( string fileName ) : void
IfNegative ( string paramName, Percentage value ) : void
IfNull ( string paramName, object value ) : void
IfNull ( string paramName, object value, string message ) : void
IfNullOrEmpty ( string paramName, [ value ) : void
IfNullOrEmpty ( string paramName, string value, string message ) : void
IfOutOfRange ( string paramName, int index, int length ) : void
IfOutOfRange ( string paramName, int min, int max, int value, string message ) : void
IfTrue ( string paramName, bool condition, string message ) : void

Private Methods

Méthode Description
FormatMessage ( string message ) : string

Method Details

IfFalse() public static méthode

public static IfFalse ( string paramName, bool condition, string message ) : void
paramName string
condition bool
message string
Résultat void

IfInvalidFileName() public static méthode

public static IfInvalidFileName ( string fileName ) : void
fileName string
Résultat void

IfNegative() public static méthode

public static IfNegative ( string paramName, Percentage value ) : void
paramName string
value Percentage
Résultat void

IfNull() public static méthode

public static IfNull ( string paramName, object value ) : void
paramName string
value object
Résultat void

IfNull() public static méthode

public static IfNull ( string paramName, object value, string message ) : void
paramName string
value object
message string
Résultat void

IfNullOrEmpty() public static méthode

public static IfNullOrEmpty ( string paramName, [ value ) : void
paramName string
value [
Résultat void

IfNullOrEmpty() public static méthode

public static IfNullOrEmpty ( string paramName, string value, string message ) : void
paramName string
value string
message string
Résultat void

IfOutOfRange() public static méthode

public static IfOutOfRange ( string paramName, int index, int length ) : void
paramName string
index int
length int
Résultat void

IfOutOfRange() public static méthode

public static IfOutOfRange ( string paramName, int min, int max, int value, string message ) : void
paramName string
min int
max int
value int
message string
Résultat void

IfTrue() public static méthode

public static IfTrue ( string paramName, bool condition, string message ) : void
paramName string
condition bool
message string
Résultat void