Class ObjectNotInitializedException
This is a data class used to inform the user that the requested object is not initialized yet.
Inheritance
System.Object
System.Exception
ObjectNotInitializedException
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class ObjectNotInitializedException : Exception, ISerializable, _Exception
Constructors
Name | Description |
---|---|
ObjectNotInitializedException() | The default constructor of class ObjectNotInitializedException. |
ObjectNotInitializedException(SerializationInfo, StreamingContext) | An overloaded constructor that takes serialization info and streaming context as parameters. |
ObjectNotInitializedException(String) | An overloaded constructor that takes message as parameter. |
ObjectNotInitializedException(String, Exception) | An overloaded constructor that takes exception 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. |