C# Class System.Configuration.SettingsPropertyIsReadOnlyException

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

Public Methods

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

Protected Methods

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

Method Details

SettingsPropertyIsReadOnlyException() public method

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

SettingsPropertyIsReadOnlyException() protected method

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

SettingsPropertyIsReadOnlyException() public method

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

SettingsPropertyIsReadOnlyException() public method

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