Show / Hide Table of Contents

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 Source

MoreErrorItem()

Declaration
public MoreErrorItem()

Properties

View Source

Error

錯誤代碼

Declaration
public string Error { get; set; }
Property Value
Type Description
System.String
View Source

ExpandoObject

錯誤代碼的額外補充資訊

Declaration
public object ExpandoObject { get; set; }
Property Value
Type Description
System.Object
  • View Source
In This Article
Back to top Generated by DocFX