SystemConfigurationException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An exception relating to network reachability. The cause of the exception is specified by the StatusErrorCode property.
public class SystemConfigurationException : Exception
type SystemConfigurationException = class
inherit Exception
- Inheritance
-
SystemConfigurationException
Constructors
SystemConfigurationException(StatusCode) |
Creates a new SystemConfigurationException wrapping the |
Properties
StatusErrorCode |
The StatusCode wrapped in this T:SystemConfigurtion.SystemConfigurationException. |