Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / MsieException Class / MsieException Constructor / MsieException Constructor(SerializationInfo,StreamingContext)
SerializationInfo class object.
StreamingContext struct object.


In This Topic
    MsieException Constructor(SerializationInfo,StreamingContext)
    In This Topic
    The constructor.
    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 MsieException(info, context)
    protected MsieException( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    SerializationInfo class object.
    context
    StreamingContext struct object.
    See Also