Table of Contents

Class EventOrExceptionEventArgs

Namespace
MASES.JCOBridge.C2JBridge
Assembly
C2JBridge.dll

A class containing the information to be reported in the

public class EventOrExceptionEventArgs : EventArgs
Inheritance
EventOrExceptionEventArgs
Inherited Members
Extension Methods

Properties

Error

The error raised expressed using Exception

public Exception Error { get; }

Property Value

Exception

Message

The message to be reported

public string Message { get; }

Property Value

string