C# Class CountlySDK.Entities.ExceptionEvent

Show file Open project: Countly/countly-sdk-windows

Private Properties

Property Type Description

Public Methods

Method Description
ExceptionEvent ( ) : System

Custom data ready for datacontract serializer

ExceptionEvent ( string Error, string StackTrace, bool fatal, string breadcrumb, System.TimeSpan run, string>.Dictionary customInfo ) : System

Method Details

ExceptionEvent() public method

Custom data ready for datacontract serializer
public ExceptionEvent ( ) : System
return System

ExceptionEvent() public method

public ExceptionEvent ( string Error, string StackTrace, bool fatal, string breadcrumb, System.TimeSpan run, string>.Dictionary customInfo ) : System
Error string
StackTrace string
fatal bool
breadcrumb string
run System.TimeSpan
customInfo string>.Dictionary
return System