C# Class System.NotImplementedException

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

Méthodes publiques

Méthode Description
NotImplementedException ( ) : System
NotImplementedException ( String message ) : System
NotImplementedException ( String message, Exception inner ) : System

Méthodes protégées

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

Method Details

NotImplementedException() public méthode

public NotImplementedException ( ) : System
Résultat System

NotImplementedException() protected méthode

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

NotImplementedException() public méthode

public NotImplementedException ( String message ) : System
message String
Résultat System

NotImplementedException() public méthode

public NotImplementedException ( String message, Exception inner ) : System
message String
inner Exception
Résultat System