Méthode | Description | |
---|---|---|
LoaderError ( ModInfo info, |
||
LoaderError ( ModInfo info, string message = null, object data = null ) : System | ||
LoaderError ( string modPath, |
||
LoaderError ( string modPath, string message = null, object data = null, ModInfo info = null ) : System |
Constructs a new LoaderError.
|
|
ToString ( ) : string |
Gets the string representation of this error including its ModPath, ModInfo, Message, and Data.
|
Méthode | Description | |
---|---|---|
Join ( IEnumerable coll, string jw ) : string | ||
PrettyPrintObject ( object o ) : string |
public LoaderError ( ModInfo info, |
||
info | ModInfo | |
e | ||
Résultat | System |
public LoaderError ( ModInfo info, string message = null, object data = null ) : System | ||
info | ModInfo | |
message | string | |
data | object | |
Résultat | System |
public LoaderError ( string modPath, |
||
modPath | string | |
e | ||
info | ModInfo | |
Résultat | System |
public LoaderError ( string modPath, string message = null, object data = null, ModInfo info = null ) : System | ||
modPath | string | The path to the mod associated with this error |
message | string | The message associated with this error |
data | object | The data associated with this error |
info | ModInfo | The |
Résultat | System |