Click or drag to resize

ModNotSupportedException Class

Exception thrown when a requested feature is not supported.
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 ModNotSupportedException : NotSupportedException
Constructors
  NameDescription
Public methodModNotSupportedException
Default contructor.
Public methodModNotSupportedException(String)
Create an instance of this class with a message.
Public methodModNotSupportedException(String, Exception)
Create an instance of this class with a message and inner exception.
Top
See Also