Constructors: NewInvalidOperationException

NewInvalidOperationException

Creates a new InvalidOperationException object.



 Public Function NewInvalidOperationException(
	  ByRef Message As String,
	  Optional ByVal InnerException As Exception ) As InvalidOperationException

Parameters

Message
[ByRef] String. A human-readable message explaining the exception.
InnerException
[ByVal] Optional. Exception. An exception that caused this exception.

Return Values

InvalidOperationException -  A fully created InvalidOperationException object.

See Also

Project CorLib Overview

Class Constructors Overview