nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / ExceptionData

ExceptionData

Full name Microsoft.VisualBasic.ApplicationServices.Debugging.Diagnostics.ExceptionData Assembly Microsoft.VisualBasic.Runtime Members 10

01 Syntax

Microsoft.VisualBasic.ApplicationServices.Debugging.Diagnostics.ExceptionData

02 Methods

NameOverloadsSummary
Exception 1 Create exception object for throw exception expression
GetCurrentStackTrace 1 Parsing Environment.StackTrace, gets current stack trace information.
ToString 1
CreateFromObject 1
CreateInstance 1
ParseStackTrace 1

03 Properties

NameOverloadsSummary
Source 1 the source expression which trigger this error
TypeFullName 1
Message 1
StackTrace 1

04 Members

method Exception #
Exception

Create exception object for throw exception expression

method GetCurrentStackTrace #
GetCurrentStackTrace

Parsing Environment.StackTrace, gets current stack trace information.

property Source #
Source

the source expression which trigger this error

property TypeFullName #
TypeFullName
property Message #
Message
property StackTrace #
StackTrace
method ToString #
ToString()
method CreateFromObject #
CreateFromObject(Exception)
method CreateInstance #
CreateInstance(String(), String(), String)
method ParseStackTrace #
ParseStackTrace(String)