public class TraversalAsposeException extends AsposeException
Represents the exception that can occur when traversing a storage.
Modifier and Type | Method and Description |
---|---|
TraversalFailureKind |
getKind()
Gets or sets the kind of failure.
|
void |
setKind(TraversalFailureKind value)
Gets or sets the kind of failure.
|
getErrorDetails, getMessage, toString
getHResult, getInnerException, getType, setErrorCode, setHResult
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public final TraversalFailureKind getKind()
Gets or sets the kind of failure.
Value: TheTraversalFailureKind
that can occur when traversing a storage.public final void setKind(TraversalFailureKind value)
Gets or sets the kind of failure.
Value: TheTraversalFailureKind
that can occur when traversing a storage.