Class CrashInfo
Contains information on a specific crash instance.
Inheritance
System.Object
CrashInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CrashCABN.PullIngestion.Watson
Assembly: CrashCABN.PullIngestion.Watson.dll
Syntax
public class CrashInfo
Constructors
View SourceCrashInfo(String, String, Uri)
Declaration
public CrashInfo(string appName, string appVersion, Uri watsonCabUri)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | appName | |
| System.String | appVersion | |
| System.Uri | watsonCabUri |
Properties
View SourceAppName
Declaration
public string AppName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
AppVersion
Declaration
public string AppVersion { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
WatsonCabUri
Declaration
public Uri WatsonCabUri { get; }
Property Value
| Type | Description |
|---|---|
| System.Uri |