ExpectedSqlExceptionAttribute.Verify Method
This member overrides ExpectedExceptionBaseAttributeVerify(Exception).
Namespace: Microsoft.Data.Tools.Schema.Sql.UnitTesting
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Syntax
'Declaration
Protected Overrides Sub Verify ( _
exception As Exception _
)
'Usage
Dim exception As Exception
Me.Verify(exception)
protected override void Verify(
Exception exception
)
protected:
virtual void Verify(
Exception^ exception
) override
abstract Verify :
exception:Exception -> unit
override Verify :
exception:Exception -> unit
protected override function Verify(
exception : Exception
)
Parameters
- exception
Type: System.Exception