Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection Namespace / SecuredSettingException Class / SecuredSettingException Constructor / SecuredSettingException Constructor(String)
A message that describes the error.


In This Topic
SecuredSettingException Constructor(String)
In This Topic
Initializes a new instance of the Attachmate.Reflection.SecuredSettingException class with a specified error message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
 
'Usage
 
Dim message As String
 
Dim instance As New SecuredSettingException(message)

Parameters

message
A message that describes the error.
See Also