InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / MsieException Class / ErrorCode Property
Example


In This Topic
    ErrorCode Property (MsieException)
    In This Topic
    The error code that indicates the error condition.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ErrorCode As ErrorCode
    'Usage
     
    
    Dim instance As MsieException
    Dim value As ErrorCode
     
    value = instance.ErrorCode
    public ErrorCode ErrorCode {get;}
    Example
    ErrorCode error = ErrorCode.Error;
    See Also