BuildIt.CognitiveServices.Models.Error.Error C# (CSharp) Method

Error() public method

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

Same methods

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