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