Condividi tramite


Membri CloudException

Represents the exception that is thrown for responses that are not valid.

Nella tabella seguente sono elencati i membri esposti dal tipo CloudException.

Pubblico Costruttori

  Name Descrizione
  CloudException Di overload.  

Inizio pagina

Pubblico Proprietà

  Name Descrizione
Data  (ereditato da Exception)
ErrorCode Gets the error code that is returned from the server.
ErrorMessage Gets the error message that was returned from the server.
HelpLink  (ereditato da Exception)
HResult  (ereditato da Exception)
InnerException  (ereditato da Exception)
Message  (ereditato da Exception)
Request Gets information about the associated HTTP request.
RequestId Gets the request identifier.
Response Gets information about the associated HTTP response.
RoutingRequestId Gets the routing request identifier.
Source  (ereditato da Exception)
StackTrace  (ereditato da Exception)
TargetSite  (ereditato da Exception)

Inizio pagina

Pubblico Metodi

Vedere anche Protetto Metodi

  Name Descrizione
Create Di overload.  
CreateFromJson Creates a CloudException from a failed response using JSON. Obsoleto.
CreateFromXml Creates a CloudException from a failed response that was sent using XML. Obsoleto.
Equals  (ereditato da Object)
GetBaseException  (ereditato da Exception)
GetHashCode  (ereditato da Object)
GetObjectData  (ereditato da Exception)
GetType  (ereditato da Exception)
ParseJsonError Parse the response content as an JSON error message.
ParseXmlError Parse the response content as an XML error message.
ParseXmlOrJsonError Parse the response content as either an XML or JSON error message.
ToString  Sottoposto a override. (ereditato da Object)

Inizio pagina

Protetto Metodi

  Name Descrizione
Finalize  (ereditato da Object)
MemberwiseClone  (ereditato da Object)

Inizio pagina

Protetto Eventi

  Name Descrizione
SerializeObjectState  (ereditato da Exception)

Inizio pagina

Vedere anche

Riferimento

Classe CloudException
Spazio dei nomi Microsoft.WindowsAzure