SecurityException Constructor (String, Exception) |
Initializes a new instance of the SecurityException class.
Namespace:
Intuit.Ipp.Exception
Assembly:
Intuit.Ipp.Exception (in Intuit.Ipp.Exception.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic SecurityException(
string errorMessage,
Exception innerException
)
Parameters
- errorMessage
- Type: SystemString
Error Message - innerException
- Type: SystemException
Inner Exception.
See Also