Click or drag to resize

UnsupportedOperationException Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.UnsupportedOperationException"]

Inheritance Hierarchy
SystemNotSupportedException
  com.espertech.esper.compatUnsupportedOperationException

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class UnsupportedOperationException : NotSupportedException
Constructors
  NameDescription
Public methodUnsupportedOperationException
Initializes a new instance of the UnsupportedOperationException class.
Public methodUnsupportedOperationException(String)
Initializes a new instance of the UnsupportedOperationException class.
Top
See Also