C# Class NAPS2.Operation.OperationErrorEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: cyanfish/naps2 Class Usage Examples

Méthodes publiques

Méthode Description
OperationErrorEventArgs ( string errorMessage, Exception exception ) : System

Method Details

OperationErrorEventArgs() public méthode

public OperationErrorEventArgs ( string errorMessage, Exception exception ) : System
errorMessage string
exception System.Exception
Résultat System