Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / MsieException Class / MsieException Constructor / MsieException Constructor(ErrorCode,String)
ErrorCode object.
Error message.


In This Topic
    MsieException Constructor(ErrorCode,String)
    In This Topic
    The constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal errorCode As ErrorCode, _
       ByVal message As String _
    )
    'Usage
     
    
    Dim errorCode As ErrorCode
    Dim message As String
     
    Dim instance As New MsieException(errorCode, message)
    public MsieException( 
       ErrorCode errorCode,
       string message
    )

    Parameters

    errorCode
    ErrorCode object.
    message
    Error message.
    See Also