Windward Engine API Reference
addSuppressed Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.xml Namespace > InvalidXPathException Class : addSuppressed Method




exception

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<IKVM.Attributes.LineNumberTableAttribute()>
Public Sub addSuppressed( _
   ByVal exception As Exception _
) 
Visual Basic (Usage)Copy Code
Dim instance As InvalidXPathException
Dim exception As Exception
 
instance.addSuppressed(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

© 2019 All Rights Reserved.