C# Class System.Collections.Generic.KeyNotFoundException

Inheritance: Exception
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Méthode Description
KeyNotFoundException ( ) : System
KeyNotFoundException ( string message ) : System
KeyNotFoundException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
KeyNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Method Details

KeyNotFoundException() public méthode

public KeyNotFoundException ( ) : System
Résultat System

KeyNotFoundException() protected méthode

protected KeyNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

KeyNotFoundException() public méthode

public KeyNotFoundException ( string message ) : System
message string
Résultat System

KeyNotFoundException() public méthode

public KeyNotFoundException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System