C# Class System.Configuration.SettingsPropertyIsReadOnlyException

Inheritance: System.Exception
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
SettingsPropertyIsReadOnlyException ( ) : System.Collections.Specialized
SettingsPropertyIsReadOnlyException ( String message ) : System.Collections.Specialized
SettingsPropertyIsReadOnlyException ( String message, Exception innerException ) : System.Collections.Specialized

Méthodes protégées

Méthode Description
SettingsPropertyIsReadOnlyException ( SerializationInfo info, StreamingContext context ) : System.Collections.Specialized

Method Details

SettingsPropertyIsReadOnlyException() public méthode

public SettingsPropertyIsReadOnlyException ( ) : System.Collections.Specialized
Résultat System.Collections.Specialized

SettingsPropertyIsReadOnlyException() protected méthode

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

SettingsPropertyIsReadOnlyException() public méthode

public SettingsPropertyIsReadOnlyException ( String message ) : System.Collections.Specialized
message String
Résultat System.Collections.Specialized

SettingsPropertyIsReadOnlyException() public méthode

public SettingsPropertyIsReadOnlyException ( String message, Exception innerException ) : System.Collections.Specialized
message String
innerException System.Exception
Résultat System.Collections.Specialized