Share via


ReportableException Class

Definition

Exception object for all custom exceptions

public class ReportableException
type ReportableException = class
Public Class ReportableException
Inheritance
ReportableException

Constructors

ReportableException()

Initializes a new instance of the ReportableException class.

ReportableException(String, String, String, String, Nullable<Int32>, String)

Initializes a new instance of the ReportableException class.

Properties

ActionableMessage

Gets or sets actionable steps for this exception

FilePath

Gets or sets the path to the file where exception occurred

HResult

Gets or sets coded numerical value that is assigned to a specific exception

LineNumber

Gets or sets the line number where exception occurred

Message

Gets or sets error message

StackTrace

Gets or sets stack trace

Applies to