Construtor ExpectedExceptionBaseAttribute (String)
Inicializa uma nova instância da classe ExpectedExceptionBaseAttribute.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (em Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Sintaxe
'Declaração
Protected Sub New ( _
noExceptionMessage As String _
)
protected ExpectedExceptionBaseAttribute(
string noExceptionMessage
)
protected:
ExpectedExceptionBaseAttribute(
String^ noExceptionMessage
)
new :
noExceptionMessage:string -> ExpectedExceptionBaseAttribute
protected function ExpectedExceptionBaseAttribute(
noExceptionMessage : String
)
Parâmetros
- noExceptionMessage
Tipo: System.String
Se o teste falhar porque não foi emitida uma exceção, esta mensagem está incluída no resultado do teste.
Comentários
Inicializa a mensagem sem exceção.
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.
Consulte também
Referência
ExpectedExceptionBaseAttribute Classe