PermissionRequiredException Constructor (String, Exception) |
Constructor.
Namespace: MaxMind.GeoIP2.ExceptionsAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic PermissionRequiredException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
PermissionRequiredException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> PermissionRequiredException
Parameters
- message
- Type: SystemString
Exception message. - innerException
- Type: SystemException
The underlying exception that caused this one.
See Also