Partilhar via


Propriedade ExpectedExceptionBaseAttribute.NoExceptionMessage

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (em Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintaxe

'Declaração
Protected Friend Overridable ReadOnly Property NoExceptionMessage As String
protected internal virtual string NoExceptionMessage { get; }
protected public:
virtual property String^ NoExceptionMessage {
    String^ get ();
}
abstract NoExceptionMessage : string with get
override NoExceptionMessage : string with get
function get NoExceptionMessage () : String

Valor de propriedade

Tipo: System.String

Comentários

Se o teste falhar porque não foi emitida uma exceção, esta mensagem está incluída no resultado do teste.

Segurança do .NET Framework

Consulte também

Referência

ExpectedExceptionBaseAttribute Classe

Namespace Microsoft.VisualStudio.TestTools.UnitTesting