示例#1
0
 internal static void ThrowArgumentException(ExceptionResource resource) => throw ThrowHelper.GetArgumentException(resource);
示例#2
0
 internal static void ThrowArgumentException(
     ExceptionResource resource,
     ExceptionArgument argument)
 {
     throw ThrowHelper.GetArgumentException(resource, argument);
 }
示例#3
0
 internal static void ThrowArgumentException_CannotExtractScalar(ExceptionArgument argument) => throw ThrowHelper.GetArgumentException(ExceptionResource.Argument_CannotExtractScalar, argument);