Syntax
| Visual Basic (Declaration) | |
|---|
<IKVM.Attributes.LineNumberTableAttribute()>
Public Function getSuppressed() As Exception() |
| C# | |
|---|
[IKVM.Attributes.LineNumberTableAttribute()]
public Exception[] getSuppressed() |
| Managed Extensions for C++ | |
|---|
[IKVM.Attributes.LineNumberTableAttribute()]
public: Exception*[]* getSuppressed(); |
| C++/CLI | |
|---|
[IKVM.Attributes.LineNumberTableAttribute()]
public:
array<Exception^>^ getSuppressed(); |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also