C# Class BuildIt.CognitiveServices.Models.InternalError

Datei anzeigen Open project: builttoroam/BuildIt Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
InternalError ( ) : System.Linq

Initializes a new instance of the InternalError class.

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

Initializes a new instance of the InternalError class.

Method Details

InternalError() public method

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

InternalError() public method

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