System.Net.NetworkInformation.MibIPGlobalProperties.CreateException C# (CSharp) Method

CreateException() private method

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