Proprietà CloudException.Response
Gets information about the associated HTTP response.
Spazio dei nomi: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Utilizzo
'Utilizzo
Dim instance As CloudException
Dim value As CloudHttpResponseErrorInfo
value = instance.Response
instance.Response = value
Sintassi
'Dichiarazione
Public Property Response As CloudHttpResponseErrorInfo
public CloudHttpResponseErrorInfo Response { get; protected set; }
public:
property CloudHttpResponseErrorInfo^ Response {
CloudHttpResponseErrorInfo^ get ();
protected: void set (CloudHttpResponseErrorInfo^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public CloudHttpResponseErrorInfo get_Response ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
protected void set_Response (CloudHttpResponseErrorInfo value)
CompilerGeneratedAttribute
public function get Response () : CloudHttpResponseErrorInfo
CompilerGeneratedAttribute
protected function set Response (value : CloudHttpResponseErrorInfo)
Valore proprietà
The information about the associated HTTP response.
Sicurezza dei thread
Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows 7 e Windows Server 2008
Piattaforme di destinazione
Vedere anche
Riferimento
Classe CloudException
Membri CloudException
Spazio dei nomi Microsoft.WindowsAzure