SystemConfigurationException Class

Definition

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 statusErrorCode.

Properties

StatusErrorCode

The StatusCode wrapped in this T:SystemConfigurtion.SystemConfigurationException.

Applies to