SecureBlackbox

200+ components and classes for all aspects of digital security of your data

Filter: C#/Java  VB.NET  Pascal  C++  PHP  


EElOneDriveServerError Constructor

EElOneDriveServerError     See also     


 

...

 

Declaration

[C#/Java]
    EElOneDriveServerError(TElJsonObject AError);

[VB.NET]
    Sub New(ByVal AError As TElJsonObject)

[Pascal]
    constructor Create(AError: TElJsonObject);

[C++]
    not implemented;

[PHP]
    not available

   

Parameters

  • AError - ...
   

Description

    ...

   

See also:     ...    

 
Back to top