Class MetricsException
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class MetricsException : CacheException, ISerializable, _Exception
Constructors
Name | Description |
---|---|
MetricsException() | The default constructor of class MetricsException. |
MetricsException(Int32) | An overloaded constructor that takes the errorcode as parameter. |
MetricsException(Int32, String) | An overloaded constructor that takes errorcode and exception message as parameters. |
MetricsException(Int32, String, Exception) | An overloaded constructor that takes errorcode,exception message and nested exception as parameters. |
MetricsException(Int32, String, String) | An overloaded constructor that takes errorcode,exception message and stacktrace as parameters. |
MetricsException(SerializationInfo, StreamingContext) | An overloaded constructor that takes serialization info and streaming context as parameters. |
MetricsException(String) | An overloaded constructor that takes the reason as parameter. |
MetricsException(String, Exception) | An overloaded constructor that takes the reason and nested exception as parameters. |
Methods
Name | Description |
---|---|
GetObjectData(SerializationInfo, StreamingContext) | Populates the SerializationInfo class with the data needed to serialize the target object. |