C# Class NAPS2.Operation.OperationErrorEventArgs

Inheritance: System.EventArgs
显示文件 Open project: cyanfish/naps2 Class Usage Examples

Public Methods

Method Description
OperationErrorEventArgs ( string errorMessage, Exception exception ) : System

Method Details

OperationErrorEventArgs() public method

public OperationErrorEventArgs ( string errorMessage, Exception exception ) : System
errorMessage string
exception System.Exception
return System