dotConnect for Zoho Desk Documentation
Devart.Common Namespace / ProxyException Class / ProxyException Constructor / ProxyException Constructor(Exception)
Inner exception

In This Topic
    ProxyException Constructor(Exception)
    In This Topic
    Initializes a new instance of the ProxyException class to initialize with inner exception.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal inner As Exception _
    )
    public ProxyException( 
       Exception inner
    )

    Parameters

    inner
    Inner exception
    See Also