Class EntryProcessorException
Holds the exceptions for EntryProcessor.
Inheritance
System.Object
EntryProcessorException
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class EntryProcessorException : Exception
Name | Description |
---|---|
EntryProcessorException() | Constructor |
EntryProcessorException(Exception) | Initialize exception and concatenates it with the relevant message. |
EntryProcessorException(SerializationInfo, StreamingContext) | Initialize an instance of Exception with serialized information. |
EntryProcessorException(String) | Initialize given message as an exception. |
EntryProcessorException(String, Exception) | Initialize inner exception with given explanatory message. |