예제 #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);