M_Furcadia_Net_NetProxy_SendError - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
send errors to the error handler
Namespace: Furcadia.Net
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
protected virtual void SendError(
Exception e,
Object o
)
VB
Protected Overridable Sub SendError (
e As Exception,
o As Object
)
VB Usage
Dim e As Exception
Dim o As Object
Me.SendError(e, o)
C++
protected:
virtual void SendError(
Exception^ e,
Object^ o
)
F#
abstract SendError :
e : Exception *
o : Object -> unit
override SendError :
e : Exception *
o : Object -> unit
- e
- Type: System.Exception
[Missing documentation for "M:Furcadia.Net.NetProxy.SendError(System.Exception,System.Object)"] - o
- Type: System.Object
[Missing documentation for "M:Furcadia.Net.NetProxy.SendError(System.Exception,System.Object)"]