C# Class System.Configuration.SettingsPropertyWrongTypeException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

SettingsPropertyWrongTypeException() public méthode

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

SettingsPropertyWrongTypeException() protected méthode

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

SettingsPropertyWrongTypeException() public méthode

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

SettingsPropertyWrongTypeException() public méthode

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