C# Class BuildIt.CognitiveServices.Models.Error

Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
Error ( ) : System.Linq

Initializes a new instance of the Error class.

Error ( string code = default(string), string message = default(string), InternalError innerError = default(InternalError) ) : System.Linq

Initializes a new instance of the Error class.

Method Details

Error() public method

Initializes a new instance of the Error class.
public Error ( ) : System.Linq
return System.Linq

Error() public method

Initializes a new instance of the Error class.
public Error ( string code = default(string), string message = default(string), InternalError innerError = default(InternalError) ) : System.Linq
code string Unique error code identifying the error
message string Error message
innerError InternalError Error details
return System.Linq