public class LoggingException
extends com.aspose.ms.System.Exception
The exception that is thrown when error is found in logging.
Constructor and Description |
---|
LoggingException()
Initializes a new instance of the LoggingException class.
|
LoggingException(String message)
Initializes a new instance of the LoggingException class.
|
LoggingException(String message,
Throwable innerException)
Initializes a new instance of the LoggingException class.
|
getHResult, getInnerException, getType, setErrorCode, setHResult, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public LoggingException()
Initializes a new instance of the LoggingException class.
public LoggingException(String message)
Initializes a new instance of the LoggingException class.
message
- The error message.