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 |
---|---|
EntryProcessorException() | Default constructor of class EntryProcessorException to initialize the object of the class. |
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. |