C# Class System.Configuration.SettingsPropertyNotFoundException

Inheritance: System.Exception
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
SettingsPropertyNotFoundException ( ) : System.Collections.Specialized
SettingsPropertyNotFoundException ( String message ) : System.Collections.Specialized
SettingsPropertyNotFoundException ( String message, Exception innerException ) : System.Collections.Specialized

Protected Methods

Method Description
SettingsPropertyNotFoundException ( SerializationInfo info, StreamingContext context ) : System.Collections.Specialized

Method Details

SettingsPropertyNotFoundException() public method

public SettingsPropertyNotFoundException ( ) : System.Collections.Specialized
return System.Collections.Specialized

SettingsPropertyNotFoundException() protected method

protected SettingsPropertyNotFoundException ( SerializationInfo info, StreamingContext context ) : System.Collections.Specialized
info SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System.Collections.Specialized

SettingsPropertyNotFoundException() public method

public SettingsPropertyNotFoundException ( String message ) : System.Collections.Specialized
message String
return System.Collections.Specialized

SettingsPropertyNotFoundException() public method

public SettingsPropertyNotFoundException ( String message, Exception innerException ) : System.Collections.Specialized
message String
innerException System.Exception
return System.Collections.Specialized