Class APILoggingException
This Exception is thrown when Logging is stopped because of some connection loss or due to some other problem.
Inheritance
System.Object
System.Exception
APILoggingException
Inherited Members
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class APILoggingException : OperationFailedException, ISerializable, _Exception
Examples
The following example demonstrates how to use this exception in your code.
try
{
...
}
catch(APILoggingException ex)
{
...
}
Constructors
Name | Description |
---|---|
APILogging |
Default constructor |
APILogging |
overloaded constructor |
APILogging |
overloaded constructor |
APILogging |
overloaded constructor |
APILogging |
overloaded constructor |
APILogging |
overloaded constructor, takes serialization info and streaming context. |
APILogging |
overloaded constructor, takes the reason as parameter. |
APILogging |
overloaded constructor. |