示例#1
0
 /// <summary>
 /// Initializes a new instance of the Error class.
 /// </summary>
 /// <param name="errorProperty">The error body.</param>
 public Error(ErrorBody errorProperty = default(ErrorBody))
 {
     ErrorProperty = errorProperty;
     CustomInit();
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the Error class.
 /// </summary>
 public Error(ErrorBody errorProperty = default(ErrorBody))
 {
     ErrorProperty = errorProperty;
 }