Class EntryProcessorException
This class wraps the exceptions occur during the execution of Entry Processor.
Inheritance
System.Object
System.Exception
EntryProcessorException
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class EntryProcessorException : Exception, ISerializable, _Exception
Constructors
Name | Description |
---|---|
Entry |
Default constructor of class EntryProcessorException to initialize the object of the class. |
Entry |
Initialize exception and concatenates it with the relevant message. |
Entry |
Initialize an instance of Exception with serialized information. |
Entry |
Initialize given message as an exception. |
Entry |
Initialize inner exception with given explanatory message. |