Skip to main content
Version: 0.2.0

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

objectExceptionModConfigException

Implements

ISerializable

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

  • Constructors
    • ModConfigException(string)
    • ModConfigException(string, Exception)