System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperArgument C# (CSharp) Метод

ThrowHelperArgument() статический приватный Метод

static private ThrowHelperArgument ( string arg, string message ) : Exception
arg string
message string
Результат Exception
			internal static Exception ThrowHelperArgument (string arg, string message)
			{
				return new ArgumentException (message, arg);
			}

Same methods

DiagnosticUtility.ExceptionUtility::ThrowHelperArgument ( string arg ) : Exception