C# Class System.Configuration.SettingsPropertyWrongTypeException

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

Public Methods

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

Protected Methods

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

Method Details

SettingsPropertyWrongTypeException() public method

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

SettingsPropertyWrongTypeException() protected method

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

SettingsPropertyWrongTypeException() public method

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

SettingsPropertyWrongTypeException() public method

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