-
Notifications
You must be signed in to change notification settings - Fork 16
saveDataNotFoundException
Tommo J. Phillips edited this page Oct 22, 2023
·
3 revisions
Namespace: TommoJProductions.ModApi
reps a save data not found error
public class saveDataNotFoundException : System.Exception, System.Runtime.Serialization.ISerializableInheritance Object → Exception → saveDataNotFoundException
Implements ISerializable
public MethodBase TargetSite { get; }public virtual string Message { get; }public virtual IDictionary Data { get; }public Exception InnerException { get; }public virtual string HelpLink { get; set; }public virtual string Source { get; set; }public int HResult { get; set; }public virtual string StackTrace { get; }reps a save data not found error with a message.
public saveDataNotFoundException(string message)message String