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,
com.aspose.ms.System.Exception 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.public LoggingException(String message, com.aspose.ms.System.Exception innerException)
Initializes a new instance of the LoggingException class.
message
- The error message.innerException
- The inner exception.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.