Click or drag to resize

PermissionRequiredException Constructor (String, Exception)

Constructor.

Namespace:  MaxMind.GeoIP2.Exceptions
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public PermissionRequiredException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
Exception message.
innerException
Type: SystemException
The underlying exception that caused this one.
See Also