C# Class System.Collections.Generic.KeyNotFoundException

Inheritance: Exception
Datei anzeigen Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
KeyNotFoundException ( ) : System
KeyNotFoundException ( string message ) : System
KeyNotFoundException ( string message, Exception innerException ) : System

Protected Methods

Method Description
KeyNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Method Details

KeyNotFoundException() public method

public KeyNotFoundException ( ) : System
return System

KeyNotFoundException() protected method

protected KeyNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

KeyNotFoundException() public method

public KeyNotFoundException ( string message ) : System
message string
return System

KeyNotFoundException() public method

public KeyNotFoundException ( string message, Exception innerException ) : System
message string
innerException Exception
return System