Click or drag to resize

InvalidModPathException Class

Exception thrown when a mod path is not valid.
Inheritance Hierarchy

Namespace:  UMod
Assembly:  UMod-Shared (in UMod-Shared.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public sealed class InvalidModPathException : Exception
Constructors
  NameDescription
Public methodInvalidModPathException
Default constructor.
Public methodInvalidModPathException(String)
Create an instance of this class with a message.
Public methodInvalidModPathException(String, Exception)
Create an instance of this class with a message and inner exception.
Top
See Also