SecuredSettingException Constructor(String,Exception)
In This Topic
Initializes a new instance of the Attachmate.Reflection.SecuredSettingException class with a specified error message and a reference to the inner exception that causes this exception.
Syntax
Parameters
- message
- A message that describes the error.
- inner
- The exception that causes the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.
See Also