Grpc.Core.Utils.GrpcPreconditions
Utility methods to simplify checking preconditions in the code.
Throws ArgumentException if condition is false.
Throws ArgumentException with given message if condition is false.
Throws ArgumentNullException if reference is null.
Throws ArgumentNullException if reference is null.
Throws InvalidOperationException if condition is false.
Throws InvalidOperationException with given message if condition is false.