Class MissingArgumentException
Exception class for describing missing arguments
Inheritance
MissingArgumentException
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
Implements