C# 클래스 DBTek.BugGuardian.Creator

상속: ICreator
파일 보기 프로젝트 열기: n3wt0n/BugGuardian

공개 메소드들

메소드 설명
AddBug ( Exception ex, string message = null, IEnumerable tags = null ) : BugGuardianResponse

Add a Bug, with the info about the given Exception. You can optionally indicate a custom error message and a list of tags

AddBugAsync ( Exception ex, string message = null, IEnumerable tags = null ) : Task

Add a Bug in async, with the info about the given Exception. You can optionally indicate a custom error message and a list of tags

AddTask ( Exception ex, string message = null, IEnumerable tags = null ) : BugGuardianResponse

Add a Task, with the info about the given Exception. You can optionally indicate a custom error message and a list of tags

AddTaskAsync ( Exception ex, string message = null, IEnumerable tags = null ) : Task

Add a Task in async, with the info about the given Exception. You can optionally indicate a custom error message and a list of tags

Creator ( ) : DBTek.BugGuardian.Entities
Dispose ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
AddWorkItemAsync ( WorkItemType workItemType, Exception ex, string message, IEnumerable tags ) : Task

메소드 상세

AddBug() 공개 메소드

Add a Bug, with the info about the given Exception. You can optionally indicate a custom error message and a list of tags
public AddBug ( Exception ex, string message = null, IEnumerable tags = null ) : BugGuardianResponse
ex System.Exception The exception to report
message string Optional message to be added to the WorkItem
tags IEnumerable Optional tags (list separated by comma) to be added to the WorkItem
리턴 DBTek.BugGuardian.Entities.BugGuardianResponse

AddBugAsync() 공개 메소드

Add a Bug in async, with the info about the given Exception. You can optionally indicate a custom error message and a list of tags
public AddBugAsync ( Exception ex, string message = null, IEnumerable tags = null ) : Task
ex System.Exception The exception to report
message string Optional message to be added to the WorkItem
tags IEnumerable Optional tags (list separated by comma) to be added to the WorkItem
리턴 Task

AddTask() 공개 메소드

Add a Task, with the info about the given Exception. You can optionally indicate a custom error message and a list of tags
public AddTask ( Exception ex, string message = null, IEnumerable tags = null ) : BugGuardianResponse
ex System.Exception The exception to report
message string Optional message to be added to the WorkItem
tags IEnumerable Optional tags (list separated by comma) to be added to the WorkItem
리턴 DBTek.BugGuardian.Entities.BugGuardianResponse

AddTaskAsync() 공개 메소드

Add a Task in async, with the info about the given Exception. You can optionally indicate a custom error message and a list of tags
public AddTaskAsync ( Exception ex, string message = null, IEnumerable tags = null ) : Task
ex System.Exception The exception to report
message string Optional message to be added to the WorkItem
tags IEnumerable Optional tags (list separated by comma) to be added to the WorkItem
리턴 Task

Creator() 공개 메소드

public Creator ( ) : DBTek.BugGuardian.Entities
리턴 DBTek.BugGuardian.Entities

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void