Show / Hide Table of Contents

Class ErrorEx

Inheritance
System.Object
ErrorEx
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.OpenApi.Sdk.NetStd
Assembly: Ede.Uofx.OpenApi.Sdk.NetStd.dll
Syntax
public class ErrorEx

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