C# 클래스 Loyc.LogException

An exception that includes a "context" object as part of a LogMessage structure, typically used to indicate where an error occurred.
상속: System.Exception
파일 보기 프로젝트 열기: qwertie/ecsharp

공개 메소드들

메소드 설명
LogException ( LogMessage msg ) : System
LogException ( Severity severity, object context, string format ) : System
LogException ( object context, string format ) : System

메소드 상세

LogException() 공개 메소드

public LogException ( LogMessage msg ) : System
msg LogMessage
리턴 System

LogException() 공개 메소드

public LogException ( Severity severity, object context, string format ) : System
severity Severity
context object
format string
리턴 System

LogException() 공개 메소드

public LogException ( object context, string format ) : System
context object
format string
리턴 System