EventNotSupportedException

Thrown when trying to access a non-supported event.

Namespace:
Inetdev
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.FrameworkException

Constructors

EventNotSupportedException

Initializes a new instance of EventNotSupportedException.

Signature:
public Void EventNotSupportedException(eventName, hostingType)
Parameters
Name Type Summary
eventName String
hostingType Type

EventNotSupportedException

Initializes a new instance of EventNotSupportedException.

Signature:
public Void EventNotSupportedException(eventName, hostingType, src)
Parameters
Name Type Summary
eventName String
hostingType Type
src String

In this document