Class ModConfigException
Namespace: ReadyM.Api.Loader
Assembly: ReadyM.Api.dll
Thrown when a mod's config file exists but cannot be used.
public sealed class ModConfigException : Exception, ISerializable
Inheritance
object ← Exception ← ModConfigException
Implements
Inherited Members
Exception.GetBaseException(), Exception.ToString(), Exception.GetType(), Exception.TargetSite, Exception.Message, Exception.Data, Exception.InnerException, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.StackTrace, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
ModConfigException(string)
public ModConfigException(string message)
Parameters
message string
ModConfigException(string, Exception)
public ModConfigException(string message, Exception innerException)
Parameters
message string
innerException Exception