NewRankException
Creates a new RankException object.
Public Function NewRankException(
ByRef Message As String,
Optional ByVal InnerException As Exception ) As RankException
Parameters
- Message
-
[ByRef]
String.
A human-readable message explaining the exception.
- InnerException
-
[ByVal]
Optional.
Exception.
An exception that caused this exception.
Return Values
RankException - A fully created RankException object.
See Also
Project CorLib Overview
Class Constructors Overview