你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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