dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniException Class / UniException Constructor / UniException Constructor(Exception)

In This Topic
    UniException Constructor(Exception)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal innerException As Exception _
    )
    public UniException( 
       Exception innerException
    )

    Parameters

    innerException
    See Also