C# Class AwaitableCoroutine.ThrowHelper

Afficher le fichier Open project: wraikny/AwaitableCoroutine Class Usage Examples

Méthodes publiques

Méthode Description
ArgNull ( string paramName ) : void
InvalidOp ( string message ) : void

Method Details

ArgNull() public static méthode

public static ArgNull ( string paramName ) : void
paramName string
Résultat void

InvalidOp() public static méthode

public static InvalidOp ( string message ) : void
message string
Résultat void