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

ThrowHelperArgumentNull() static private method

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