C# Class DNSManagement.WMIException

WMI Exception

Used to parse the WMI Generic Error exception

Inheritance: System.Exception
ファイルを表示 Open project: drorgl/MSDNSWebAdmin

Public Methods

Method Description
WMIException ( System.Management.ManagementException ex ) : System

Private Methods

Method Description
GetExceptionText ( System.Management.ManagementException ex ) : string

Parses the ManagementException.ErrorInformation.

Method Details

WMIException() public method

public WMIException ( System.Management.ManagementException ex ) : System
ex System.Management.ManagementException
return System