Skip to the content.

PromptPlus API:PromptPlusException

Build Publish License NuGet Downloads

Back to List Api

PromptPlusException

Namespace: PPlus

Represents an exception thrown by PromptPlus

public class PromptPlusException : System.Exception, System.Runtime.Serialization.ISerializable

Inheritance ObjectExceptionPromptPlusException
Implements ISerializable

Properties

Data

public IDictionary Data { get; }

Property Value

IDictionary

Framework

The version of .net Framework running

public string Framework { get; }

Property Value

String

public string HelpLink { get; set; }

Property Value

String

HResult

public int HResult { get; set; }

Property Value

Int32

InnerException

public Exception InnerException { get; }

Property Value

Exception

Message

public string Message { get; }

Property Value

String

Platform

The Platform running

public string Platform { get; }

Property Value

String

Source

public string Source { get; set; }

Property Value

String

StackTrace

public string StackTrace { get; }

Property Value

String

TargetSite

public MethodBase TargetSite { get; }

Property Value

MethodBase

Version

The version of PromptPlus running

public string Version { get; }

Property Value

String

Methods

ToString()

Write string exception

public string ToString()

Returns

The string exception


Back to List Api