IDataTableMarkException Method |
Namespace:
Kratos_3.Interfaces
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxvoid MarkException(
Exception e
)
Sub MarkException (
e As Exception
)
void MarkException(
Exception^ e
)
abstract MarkException :
e : Exception -> unit
Parameters
- e
- Type: SystemException
See Also