C# Class AwaitableCoroutine.ThrowHelper

Mostra file Open project: wraikny/AwaitableCoroutine Class Usage Examples

Public Methods

Method Description
ArgNull ( string paramName ) : void
InvalidOp ( string message ) : void

Method Details

ArgNull() public static method

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

InvalidOp() public static method

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