Skip to content

saveDataNotFoundException

Tommo J. Phillips edited this page Oct 22, 2023 · 3 revisions

saveDataNotFoundException

Namespace: TommoJProductions.ModApi

reps a save data not found error

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

Inheritance ObjectExceptionsaveDataNotFoundException
Implements ISerializable

Properties

TargetSite

public MethodBase TargetSite { get; }

Property Value

MethodBase

Message

public virtual string Message { get; }

Property Value

String

Data

public virtual IDictionary Data { get; }

Property Value

IDictionary

InnerException

public Exception InnerException { get; }

Property Value

Exception

HelpLink

public virtual string HelpLink { get; set; }

Property Value

String

Source

public virtual string Source { get; set; }

Property Value

String

HResult

public int HResult { get; set; }

Property Value

Int32

StackTrace

public virtual string StackTrace { get; }

Property Value

String

Constructors

saveDataNotFoundException(String)

reps a save data not found error with a message.

public saveDataNotFoundException(string message)

Parameters

message String

Clone this wiki locally