C# Class Dev2.Exceptions

Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
ThrowArgumentExceptionIfObjectIsNullOrIsEmptyString ( string objectName, object objectValue ) : void
ThrowArgumentNullExceptionIfObjectIsNull ( string objectName, object objectValue ) : void

Method Details

ThrowArgumentExceptionIfObjectIsNullOrIsEmptyString() public static méthode

public static ThrowArgumentExceptionIfObjectIsNullOrIsEmptyString ( string objectName, object objectValue ) : void
objectName string
objectValue object
Résultat void

ThrowArgumentNullExceptionIfObjectIsNull() public static méthode

public static ThrowArgumentNullExceptionIfObjectIsNull ( string objectName, object objectValue ) : void
objectName string
objectValue object
Résultat void