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

ThrowHelperArgumentNull() static private méthode

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