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