Click or drag to resize

InvalidModDirectoryException Class

Exception thrown while accessing invalid mod directories.
Inheritance Hierarchy
SystemObject
  SystemException
    UModInvalidModDirectoryException

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