• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Show / Hide Table of Contents

Class APILoggingException

This Exception is thrown when Logging is stopped because of some connection loss or due to some other problem.

Inheritance
System.Object
CacheException
OperationFailedException
APILoggingException
Inherited Members
OperationFailedException.IsTracable
CacheException.ErrorCode
CacheException.StackTrace
CacheException.ToString()
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.

Back to top Copyright © 2017 Alachisoft