C# Class Node.net.Modules.ProcessModule.UnhandledExceptionEventArgs

Class for passing event arguments for OnUnhandledException.
Inheritance: AutoWrapEventArgs
Mostra file Open project: WindowsTermKit/TermKit

Public Properties

Property Type Description
Exception System.Exception

Public Methods

Method Description
GetParameters ( ) : IronJS.BoxedValue[]
UnhandledExceptionEventArgs ( Exception exp ) : System

Method Details

GetParameters() public method

public GetParameters ( ) : IronJS.BoxedValue[]
return IronJS.BoxedValue[]

UnhandledExceptionEventArgs() public method

public UnhandledExceptionEventArgs ( Exception exp ) : System
exp System.Exception
return System

Property Details

Exception public_oe property

public Exception,System Exception
return System.Exception