[This is preliminary documentation and is subject to change.]
Gets exceptions that occured
Namespace: Tools.ComponentModelTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public IEnumerable<Exception> Exceptions { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Exceptions As IEnumerable(Of Exception) Get |
| Visual C++ |
|---|
public: property IEnumerable<Exception^>^ Exceptions { IEnumerable<Exception^>^ get (); } |
| F# |
|---|
member Exceptions : IEnumerable<Exception> |
| JScript |
|---|
function get Exceptions () : IEnumerable<Exception> |