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