Class Exception
A Java or Javascript exception and its stacktrace. Only from Android or web apps.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseCrashlytics.v1alpha.Data
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class Exception : IDirectResponseSchema
Properties
Blamed
True when the Crashlytics analysis has determined that this thread is where the fault occurred.
Declaration
[JsonProperty("blamed")]
public virtual bool? Blamed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExceptionMessage
A message associated with the exception.
Declaration
[JsonProperty("exceptionMessage")]
public virtual string ExceptionMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Frames
The frames in the exception's stacktrace.
Declaration
[JsonProperty("frames")]
public virtual IList<Frame> Frames { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Frame> |
Nested
True for all but the last-thrown exception (i.e. the first record).
Declaration
[JsonProperty("nested")]
public virtual bool? Nested { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Subtitle
The subtitle of the exception.
Declaration
[JsonProperty("subtitle")]
public virtual string Subtitle { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
The title of the exception.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
The exception type e.g. java.lang.IllegalStateException.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |