MethodNotSupportedException

Thrown when trying to access a non-supported method.

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

Constructors

MethodNotSupportedException

Initializes a new instance of MethodNotSupportedException.

Signature:
public Void MethodNotSupportedException(methodName, hostingType)
Parameters
Name Type Summary
methodName String
hostingType Type

MethodNotSupportedException

Initializes a new instance of MethodNotSupportedException.

Signature:
public Void MethodNotSupportedException(methodName, hostingType, src)
Parameters
Name Type Summary
methodName String
hostingType Type
src String

In this document