Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / MsieException Class / MsieException Constructor / MsieException Constructor(String)
The message that describes the error.


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

    Parameters

    message
    The message that describes the error.
    See Also