Compartilhar via


Propriedade TestJob.Exception

Optional. Gets or sets the exception of the test job.

Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Uso

'Uso
Dim instance As TestJob
Dim value As String

value = instance.Exception

instance.Exception = value

Sintaxe

'Declaração
Public Property Exception As String
public string Exception { get; set; }
public:
property String^ Exception {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Exception ()

/** @property */
public void set_Exception (String value)
public function get Exception () : String

public function set Exception (value : String)

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe TestJob
Membros TestJob
Namespace Microsoft.WindowsAzure.Management.Automation.Models