コード例 #1
0
 private static Exception FailInvalidBufferSize([InvokerParameterName] string arg)
 {
     return(ThrowHelper.ArgumentException(arg, "Value must be 12 bytes long"));
 }