Table of Contents

Class ErrorInfo

Namespace
SearchAThing.Util
Assembly
netcore-util.dll
public class ErrorInfo
Inheritance
ErrorInfo
Inherited Members

Properties

ExceptionType

public string ExceptionType { get; set; }

Property Value

string

InnerException

public string InnerException { get; set; }

Property Value

string

Message

public string Message { get; set; }

Property Value

string

Stacktrace

public string Stacktrace { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

ToString(bool)

public string ToString(bool includeStackTrace)

Parameters

includeStackTrace bool

Returns

string