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);
			}