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, toStringgetHResult, getInnerException, getType, setErrorCode, setHResultaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic 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.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.