Class ModuleLoadException
Raised when the module set cannot be ordered. Mirrors the Java ModLoadOrderException.
public sealed class ModuleLoadException : Exception, ISerializable
- Inheritance
-
ModuleLoadException
- Implements
- Inherited Members
Constructors
ModuleLoadException(Kind, string)
Raised when the module set cannot be ordered. Mirrors the Java ModLoadOrderException.
public ModuleLoadException(ModuleLoadException.Kind reason, string detail)
Parameters
reasonModuleLoadException.Kinddetailstring
Properties
Reason
public ModuleLoadException.Kind Reason { get; }