C# 클래스 Node.net.Modules.ProcessModule.UnhandledExceptionEventArgs

Class for passing event arguments for OnUnhandledException.
상속: AutoWrapEventArgs
파일 보기 프로젝트 열기: WindowsTermKit/TermKit

공개 프로퍼티들

프로퍼티 타입 설명
Exception System.Exception

공개 메소드들

메소드 설명
GetParameters ( ) : IronJS.BoxedValue[]
UnhandledExceptionEventArgs ( Exception exp ) : System

메소드 상세

GetParameters() 공개 메소드

public GetParameters ( ) : IronJS.BoxedValue[]
리턴 IronJS.BoxedValue[]

UnhandledExceptionEventArgs() 공개 메소드

public UnhandledExceptionEventArgs ( Exception exp ) : System
exp System.Exception
리턴 System

프로퍼티 상세

Exception 공개적으로 프로퍼티

public Exception,System Exception
리턴 System.Exception