C# Class System.Reflection.TargetException

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

Méthodes publiques

Méthode Description
TargetException ( ) : System
TargetException ( string message ) : System
TargetException ( string message, Exception inner ) : System

Méthodes protégées

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

Method Details

TargetException() public méthode

public TargetException ( ) : System
Résultat System

TargetException() protected méthode

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

TargetException() public méthode

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

TargetException() public méthode

public TargetException ( string message, Exception inner ) : System
message string
inner Exception
Résultat System