Class KnownException
- Namespace
- RichHudFramework
- Assembly
- RichHudClient.dll
Marks an exception as expected/known (e.g., failed file load, invalid user data). Allows the framework to distinguish between bugs and recoverable errors.
public class KnownException : Exception, ISerializable, _Exception
- Inheritance
-
KnownException
- Implements
- Inherited Members
Constructors
KnownException()
public KnownException()
KnownException(string)
public KnownException(string message)
Parameters
messagestring
KnownException(string, Exception)
public KnownException(string message, Exception innerException)