• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Class CollectionTypeMismatchException

Inheritance
System.Object
System.Exception
CacheException
CollectionTypeMismatchException
Inherited Members
CacheException.ErrorCode
CacheException.StackTrace
CacheException.ToString()
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class CollectionTypeMismatchException : CacheException, ISerializable, _Exception

Constructors

Name Description
CollectionTypeMismatchException()

default constructor.

CollectionTypeMismatchException(Int32, String)

overloaded constructor

CollectionTypeMismatchException(Int32, String, Boolean)

overloaded constructor

CollectionTypeMismatchException(Int32, String, Exception)

overloaded constructor

CollectionTypeMismatchException(Int32, String, Exception, Boolean)

overloaded constructor

CollectionTypeMismatchException(Int32, String, String)

overloaded constructor

CollectionTypeMismatchException(SerializationInfo, StreamingContext)

overloaded constructor, manual serialization.

CollectionTypeMismatchException(String)

overloaded constructor, takes the reason as parameter.

CollectionTypeMismatchException(String, Boolean)

overloaded constructor, takes the reason as parameter.

CollectionTypeMismatchException(String, Exception)

overloaded constructor.

CollectionTypeMismatchException(String, Exception, Boolean)

overloaded constructor.

Properties

Name Description
IsTracable

Specifies whether the exception is to be logged or not

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

manual serialization

Back to top Copyright © 2017 Alachisoft