Global.Application_Error Method
|
Namespace:
WsDns
Assembly:
WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected void Application_Error(
Object sender,
EventArgs e
)
Protected Sub Application_Error (
sender As Object,
e As EventArgs
)
protected:
void Application_Error(
Object^ sender,
EventArgs^ e
)
member Application_Error :
sender : Object *
e : EventArgs -> unit
protected function Application_Error(
sender : Object,
e : EventArgs
)
Parameters
- sender
- Type: System.Object
- e
- Type: System.EventArgs
See Also