C# 클래스 SharpRaven.Data.JsonPacket

파일 보기 프로젝트 열기: getsentry/raven-csharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Initialize void
JsonPacket System
Merge object

공개 메소드들

메소드 설명
JsonPacket ( string project ) : System

Initializes a new instance of the JsonPacket class.

JsonPacket ( string project, Exception exception ) : System

Initializes a new instance of the JsonPacket class.

JsonPacket ( string project, SentryEvent @event ) : System

Initializes a new instance of the JsonPacket class.

ToString ( ) : string

Converts the JsonPacket into a JSON string.

ToString ( Formatting formatting ) : string

Converts the JsonPacket into a JSON string.

비공개 메소드들

메소드 설명
Initialize ( Exception exception ) : void
JsonPacket ( ) : System

Prevents a default instance of the JsonPacket class from being created.

Merge ( SentryEvent @event ) : object

메소드 상세

JsonPacket() 공개 메소드

Initializes a new instance of the JsonPacket class.
public JsonPacket ( string project ) : System
project string The project.
리턴 System

JsonPacket() 공개 메소드

Initializes a new instance of the JsonPacket class.
public JsonPacket ( string project, Exception exception ) : System
project string The project.
exception System.Exception The .
리턴 System

JsonPacket() 공개 메소드

Initializes a new instance of the JsonPacket class.
public JsonPacket ( string project, SentryEvent @event ) : System
project string The project.
@event SentryEvent
리턴 System

ToString() 공개 메소드

Converts the JsonPacket into a JSON string.
public ToString ( ) : string
리턴 string

ToString() 공개 메소드

Converts the JsonPacket into a JSON string.
public ToString ( Formatting formatting ) : string
formatting Formatting The formatting.
리턴 string