System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperArgument C# (CSharp) Method

ThrowHelperArgument() static private method

static private ThrowHelperArgument ( string arg ) : Exception
arg string
return Exception
			internal static Exception ThrowHelperArgument (string arg)
			{
				return new ArgumentException (arg);
			}

Same methods

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