Click or drag to resize

CLRNamingExceptionEventData Class

Event data associated to a Java NamingExceptionEvent
Inheritance Hierarchy

Namespace:  MASES.JCOBridge.C2JBridge.Specialized
Assembly:  C2JBridge (in C2JBridge.dll) Version: 2.4.14.220818-82c2bf79b6e60a4d98fb4d1695305d68a91adf44
Syntax
public sealed class CLRNamingExceptionEventData : CLREventObjectData

The CLRNamingExceptionEventData type exposes the following members.

Constructors
  NameDescription
Public methodCLRNamingExceptionEventData
Initialize a new CLRNamingEventData
Top
Properties
  NameDescription
Public propertyDynEventData
Dynamic accessor to the information about event information received from the JVM
(Inherited from CLREventData.)
Public propertyDynExtraData
A dynamic array of extra information ordered with the same order of the caller, or null if HasExtraData is
(Inherited from CLREventData.)
Public propertyEventContext
Retrieves the EventContext that fired this event.
Public propertyEventData
Accessor to the information about event information received from the JVM
(Inherited from CLREventData.)
Public propertyException
Retrieves the exception that was thrown.
Public propertyExtraData
An array of extra information ordered with the same order of the caller, or null if HasExtraData is
(Inherited from CLREventData.)
Public propertyExtraDataLength
Returns how many Object contains extra information.
(Inherited from CLREventData.)
Public propertyHasExtraData
True if the event has other objects associated
(Inherited from CLREventData.)
Public propertyItem
Returns the indexed data
(Inherited from CLREventData.)
Public propertySource
The object on which the Event initially occurred.
(Inherited from CLREventObjectData.)
Top
Methods
  NameDescription
Public methodDispatch
Invokes the namingExceptionThrown() method on a listener using this event.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string representation of the object.
(Overrides CLREventObjectDataToString.)
Top
Extension Methods
See Also