An NDoc Documented Class Library
Base.Method1 Method
Method1 does some thing on input given.
public virtual
void
Method1(
int
val
);
Parameters
val
Input to work on
Exceptions
Exception Type
Condition
InvalidInputException
Thrown if parameter is less than 0.
See Also
Base Class
|
ExceptionExample Namespace