ArgumentNullException Class

Class com.probertson.ArgumentNullException

Inheritance > ArgumentNullException

An Error that is thrown when at least one argument passed to a method is null but is not allowed to be null.
Constructor Summary
  
 ArgumentNullException(argName:String, message:String)
Property Summary
 String 
Gets the name of the argument which received a null value.
 String 
Gets the error message associated with this instance.
 String 
Gets the name of this exception.
Constructor Detail
ArgumentNullException
public function ArgumentNullException(argName:String, message:String)
Parameters:
argName
The name of the argument that received a null value.
message
A custom error message to be displayed. If message is null or an empty string ("") the default message is used.
Property Detail
argument
public function get argument():String
Gets the name of the argument which received a null value.
message
public function get message():String
Gets the error message associated with this instance. Overrides Error.message.
name
public function get name():String
Gets the name of this exception. Overrides Error.name.



Documentation generated by BLDoc Community Edition from B-Line Express.