Initializes a new instance of the XHRResponse class
Namespace: Cartella.ModelsAssembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public XHRResponse( string errorMessage, XHRResponseType errorCode ) |
Visual Basic |
---|
Public Sub New ( _ errorMessage As String, _ errorCode As XHRResponseType _ ) |
Visual C++ |
---|
public: XHRResponse( String^ errorMessage, XHRResponseType errorCode ) |