AdlsException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception returned by client. It encapsulates any remote excepotion returned from server, Unhandled and handled exception.
public class AdlsException : System.IO.IOException
type AdlsException = class
inherit IOException
Public Class AdlsException
Inherits IOException
- Inheritance
-
AdlsException
Constructors
AdlsException(String) |
Constructor that sets the message for inner exception |
Properties
Error |
Handled exception errors |
Ex |
Unhandled exception |
ExceptionHistory |
Exception history of all the retries for this operation. This should not be reset for every retry |
HttpMessage |
Http message |
HttpStatus |
HttpStatus code |
LastCallLatency |
Last call latency |
RemoteExceptionJavaClassName |
Remote exception java classname returned from the server for the last Http request for this operation |
RemoteExceptionMessage |
Remote exception message returned from the server for the last Http request for this operation |
RemoteExceptionName |
Remote exception name returned from the server for the last Http request for this operation |
Retries |
Total number of retries |
TraceId |
Trace Id as returned by server |
Applies to
Azure SDK for .NET