public class NetworkException
extends com.aspose.ms.System.Exception
Thrown if there is a network connection failure.
Constructor and Description |
---|
NetworkException()
Initializes a new instance of the
NetworkException class. |
NetworkException(String message)
Initializes a new instance of the
NetworkException class. |
NetworkException(String message,
com.aspose.ms.System.Exception inner)
Initializes a new instance of the
NetworkException class. |
getHResult, getInnerException, getType, setErrorCode, setHResult, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public NetworkException()
Initializes a new instance of the NetworkException
class.
public NetworkException(String message)
Initializes a new instance of the NetworkException
class.
message
- The error message.public NetworkException(String message, com.aspose.ms.System.Exception inner)
Initializes a new instance of the NetworkException
class.
message
- The error message.inner
- The inner exception.