Class MemberIsStoppedException
This exception is thrown whenever the object is not initailized.
Inheritance
System.Object
System.Exception
MemberIsStoppedException
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class MemberIsStoppedException : Exception, ISerializable, _Exception
Constructors
| Name | Description |
|---|---|
| MemberIsStoppedException() | The default constructor of MemberIsStoopedException class. |
| MemberIsStoppedException(SerializationInfo, StreamingContext) | An overloaded constructor that takes serialization info and streaming context. |
| MemberIsStoppedException(String) | An overloaded constructor that takes message as parameter. |
| MemberIsStoppedException(String, Exception) | An overloaded constructor that takes message and nested exception as parameters. |
Methods
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) | Populates the SerializationInfo class with the data needed to serialize the target object. |