InfoConnect API Guide
Attachmate.Reflection Namespace / SecuredSettingException Class / SecuredSettingException Constructor / SecuredSettingException Constructor(SerializationInfo,StreamingContext)
The object that holds the serialized object data.
The contextual information about the source or destination.


In This Topic
    SecuredSettingException Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Initializes a new instance of the Attachmate.Reflection.SecuredSettingException class with serialized data.
    Syntax
    'Declaration
     
    
    Protected Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )
    'Usage
     
    
    Dim info As SerializationInfo
    Dim context As StreamingContext
     
    Dim instance As New SecuredSettingException(info, context)
    protected SecuredSettingException( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    The object that holds the serialized object data.
    context
    The contextual information about the source or destination.
    See Also