Show / Hide Table of Contents

Class KnownException

This represents a known exception that should end execution of the application.

Inheritance
object
Exception
KnownException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Benday.CommandsFramework
Assembly: Benday.CommandsFramework.dll
Syntax
public class KnownException : Exception, ISerializable

Constructors

| Edit this page View Source

KnownException(string)

Constructor

Declaration
public KnownException(string message)
Parameters
Type Name Description
string message

Error message

Implements

ISerializable
  • Edit this page
  • View Source
In this article
  • Constructors
    • KnownException(string)
  • Implements
Back to top Copyright © www.benday.com | info@benday.com