C# Класс Prism.Mods.LoaderError

Represents an error encountered while loading mods.
Показать файл Открыть проект

Открытые методы

Метод Описание
LoaderError ( ModInfo info, Exception e ) : System
LoaderError ( ModInfo info, string message = null, object data = null ) : System
LoaderError ( string modPath, Exception e, ModInfo info = null ) : System
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.

Приватные методы

Метод Описание
Join ( IEnumerable coll, string jw ) : string
PrettyPrintObject ( object o ) : string

Описание методов

LoaderError() публичный Метод

public LoaderError ( ModInfo info, Exception e ) : System
info ModInfo
e System.Exception
Результат System

LoaderError() публичный Метод

public LoaderError ( ModInfo info, string message = null, object data = null ) : System
info ModInfo
message string
data object
Результат System

LoaderError() публичный Метод

public LoaderError ( string modPath, Exception e, ModInfo info = null ) : System
modPath string
e System.Exception
info ModInfo
Результат System

LoaderError() публичный Метод

Constructs a new LoaderError.
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 of the mod associated with this error
Результат System

ToString() публичный Метод

Gets the string representation of this error including its ModPath, ModInfo, Message, and Data.
public ToString ( ) : string
Результат string