Constructors: NewRankException

NewRankException

Creates a new RankException object.



 Public Function NewRankException(
	  ByVal Message As String,
	  Optional ByVal InnerException As Exception ) As RankException

Parameters

Message
[ByVal] 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.

Remarks

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewRandom NewResourceKey