Method | Description | |
---|---|---|
ThrowArgumentExceptionIfObjectIsNullOrIsEmptyString ( string objectName, object objectValue ) : void | ||
ThrowArgumentNullExceptionIfObjectIsNull ( string objectName, object objectValue ) : void |
public static ThrowArgumentExceptionIfObjectIsNullOrIsEmptyString ( string objectName, object objectValue ) : void | ||
objectName | string | |
objectValue | object | |
return | void |
public static ThrowArgumentNullExceptionIfObjectIsNull ( string objectName, object objectValue ) : void | ||
objectName | string | |
objectValue | object | |
return | void |