PermissionRequiredException Constructor (String) | 
 
            Constructor.
            
 
    Namespace: 
   MaxMind.GeoIP2.Exceptions
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic PermissionRequiredException(
	string message
)
Public Sub New ( 
	message As String
)
public:
PermissionRequiredException(
	String^ message
)
new : 
        message : string -> PermissionRequiredExceptionParameters
- message
 - Type: SystemString
Exception message. 
See Also