Class CollectionTypeMismatchException
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class CollectionTypeMismatchException : CacheException
Constructors
Name | Description |
---|---|
CollectionTypeMismatchException() | default constructor. |
CollectionTypeMismatchException(SerializationInfo, StreamingContext) | overloaded constructor, manual serialization. |
CollectionTypeMismatchException(Int32, String) | overloaded constructor |
CollectionTypeMismatchException(Int32, String, Exception) | overloaded constructor |
CollectionTypeMismatchException(Int32, String, Exception, Boolean) | overloaded constructor |
CollectionTypeMismatchException(Int32, String, Boolean) | overloaded constructor |
CollectionTypeMismatchException(Int32, String, String) | overloaded constructor |
CollectionTypeMismatchException(String) | overloaded constructor, takes the reason as parameter. |
CollectionTypeMismatchException(String, Exception) | overloaded constructor. |
CollectionTypeMismatchException(String, Exception, Boolean) | overloaded constructor. |
CollectionTypeMismatchException(String, Boolean) | overloaded constructor, takes the reason as parameter. |
Properties
Name | Description |
---|---|
IsTracable | Specifies whether the exception is to be logged or not |
Methods
Name | Description |
---|---|
GetObjectData(SerializationInfo, StreamingContext) | manual serialization |