Propriedade WebTestError.ExceptionText
Obtém ou define o texto de exceção, que é a seqüência que é retornada pelo método toString () da exceção.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
'Declaração
Public Property ExceptionText As String
public string ExceptionText { get; internal set; }
public:
property String^ ExceptionText {
String^ get ();
internal: void set (String^ value);
}
member ExceptionText : string with get, internal set
function get ExceptionText () : String
internal function set ExceptionText (value : String)
Valor de propriedade
Tipo: System.String
O texto de exceção.
Comentários
Será ExceptionText nulluma referência nula (Nothing no Visual Basic) para alguns ErrorTypes.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.