Class KnownException
This represents a known exception that should end execution of the application.
Implements
Inherited Members
Namespace: Benday.CommandsFramework
Assembly: Benday.CommandsFramework.dll
Syntax
public class KnownException : Exception, ISerializable
Constructors
| Edit this page View SourceKnownException(string)
Constructor
Declaration
public KnownException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Error message |