Class TraversalAsposeException

TraversalAsposeException class

Represents the exception that can occur when traversing a storage.

public class TraversalAsposeException : AsposeException

Properties

NameDescription
ErrorDetails { get; }Gets extra information aboout error
Kind { get; set; }Gets or sets the kind of failure.
override Message { get; }Gets a message that describes the current exception.

Methods

NameDescription
override ToString()Returns a string that represents the current object.

See Also