XmlDataFrameErrorOnFetch Method |
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic void ErrorOnFetch(
Exception e
)
Public Sub ErrorOnFetch (
e As Exception
)
public:
void ErrorOnFetch(
Exception^ e
)
member ErrorOnFetch :
e : Exception -> unit
Parameters
- e
- Type: SystemException
See Also