C# Class System.Reflection.TargetInvocationException

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

Méthodes publiques

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

Private Methods

Méthode Description
TargetInvocationException ( ) : System
TargetInvocationException ( SerializationInfo info, StreamingContext context ) : System
TargetInvocationException ( String message ) : System

Method Details

TargetInvocationException() public méthode

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

TargetInvocationException() public méthode

public TargetInvocationException ( System inner ) : System
inner System
Résultat System