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

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

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

Same methods

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