Show / Hide Table of Contents

Class MissingArgumentException

Exception class for describing missing arguments

Inheritance
object
Exception
MissingArgumentException
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 MissingArgumentException : Exception, ISerializable

Constructors

| Edit this page View Source

MissingArgumentException()

Declaration
public MissingArgumentException()
| Edit this page View Source

MissingArgumentException(string)

Declaration
public MissingArgumentException(string message)
Parameters
Type Name Description
string message
| Edit this page View Source

MissingArgumentException(string, Exception)

Declaration
public MissingArgumentException(string message, Exception innerException)
Parameters
Type Name Description
string message
Exception innerException

Implements

ISerializable
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com