C# 클래스 BridgeStack.OnEventLoggedArgs

Event log delegate arguments.
상속: System.EventArgs, IEventLoggedArgs
파일 보기 프로젝트 열기: bevacqua/BridgeStack

공개 메소드들

메소드 설명
OnEventLoggedArgs ( string message ) : System

Default arguments constructor with a message to relay.

OnEventLoggedArgs ( string message, Exception e ) : System

Arguments constructor with a message and an exception to relay.

메소드 상세

OnEventLoggedArgs() 공개 메소드

Default arguments constructor with a message to relay.
public OnEventLoggedArgs ( string message ) : System
message string The message to relay.
리턴 System

OnEventLoggedArgs() 공개 메소드

Arguments constructor with a message and an exception to relay.
public OnEventLoggedArgs ( string message, Exception e ) : System
message string The message to relay.
e System.Exception The exception to relay
리턴 System