System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperArgument C# (CSharp) Méthode

ThrowHelperArgument() static private méthode

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

Same methods

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