Gets a read-only list of exceptions caught during the test.
Namespace: SSIS.TestAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
| C# |
|---|
public ReadOnlyCollection<Exception> Exceptions { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Exceptions As ReadOnlyCollection(Of Exception) Get |
| Visual C++ |
|---|
public: property ReadOnlyCollection<Exception^>^ Exceptions { ReadOnlyCollection<Exception^>^ get (); } |