Constructors: NewUnauthorizedAccessException

NewUnauthorizedAccessException

Creates a new UnauthorizedAccessException object.



 Public Function NewUnauthorizedAccessException(
	  ByRef Message As String,
	  Optional ByVal InnerException As Exception ) As UnauthorizedAccessException

Parameters

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

Return Values

UnauthorizedAccessException -  A fully created UnauthorizedAccessException object.

See Also

Project CorLib Overview

Class Constructors Overview