dotConnect for PostgreSQL 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 _
)
 

Parameters

inner
Inner exception
See Also