Show / Hide Table of Contents

Class PermissionError

權限錯誤 (目前只出現在權限不足的情況)

Inheritance
System.Object
PermissionError
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 PermissionError

Properties

View Source

Errors

Declaration
public List<string> Errors { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
  • View Source
In This Article
Back to top Generated by DocFX