Show / Hide Table of Contents

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 Source

CrashInfo(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 Source

AppName

Declaration
public string AppName { get; }
Property Value
Type Description
System.String
View Source

AppVersion

Declaration
public string AppVersion { get; }
Property Value
Type Description
System.String
View Source

WatsonCabUri

Declaration
public Uri WatsonCabUri { get; }
Property Value
Type Description
System.Uri
  • View Source
In This Article
Back to top Generated by DocFX