BaseDataFrameMarkException Method |
Store an exception that has happened during parsing for future examination
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic void MarkException(
Exception e
)
Public Sub MarkException (
e As Exception
)
public:
virtual void MarkException(
Exception^ e
) sealed
abstract MarkException :
e : Exception -> unit
override MarkException :
e : Exception -> unit
Parameters
- e
- Type: SystemException
Implements
IDataTableMarkException(Exception)
See Also