Click or drag to resize

EPNotSerializableException Constructor (Exception, Type)

Initializes a new instance of the EPNotSerializableException class

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EPNotSerializableException(
	Exception cause,
	Type classType
)

Parameters

cause
Type: SystemException

[Missing <param name="cause"/> documentation for "M:com.espertech.esper.common.client.EPNotSerializableException.#ctor(System.Exception,System.Type)"]

classType
Type: SystemType

[Missing <param name="classType"/> documentation for "M:com.espertech.esper.common.client.EPNotSerializableException.#ctor(System.Exception,System.Type)"]

See Also