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

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

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