Class MoreErrorItem
Inheritance
System.Object
MoreErrorItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Ede.Uofx.PubApi.Sdk.NetStd
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class MoreErrorItem
Constructors
View SourceMoreErrorItem()
Declaration
public MoreErrorItem()
Properties
View SourceError
錯誤代碼
Declaration
public string Error { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExpandoObject
錯誤代碼的額外補充資訊
Declaration
public object ExpandoObject { get; set; }
Property Value
Type | Description |
---|---|
System.Object |