System.Net.NetworkInformation.MibIPGlobalProperties.CreateException C# (CSharp) 메소드

CreateException() 개인적인 메소드

private CreateException ( string file, string msg ) : Exception
file string
msg string
리턴 Exception
		Exception CreateException (string file, string msg)
		{
			return new InvalidOperationException (String.Format ("Unsupported (unexpected) '{0}' file format. ", file) + msg);
		}
		IPEndPoint [] GetLocalAddresses (List<string []> list)