C# Class Dev2.Exceptions

显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
ThrowArgumentExceptionIfObjectIsNullOrIsEmptyString ( string objectName, object objectValue ) : void
ThrowArgumentNullExceptionIfObjectIsNull ( string objectName, object objectValue ) : void

Method Details

ThrowArgumentExceptionIfObjectIsNullOrIsEmptyString() public static method

public static ThrowArgumentExceptionIfObjectIsNullOrIsEmptyString ( string objectName, object objectValue ) : void
objectName string
objectValue object
return void

ThrowArgumentNullExceptionIfObjectIsNull() public static method

public static ThrowArgumentNullExceptionIfObjectIsNull ( string objectName, object objectValue ) : void
objectName string
objectValue object
return void