IdentityResult.Errors 属性

定义

IdentityError包含IEnumerable<T>标识操作期间发生的错误的实例。

public:
 property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Identity::IdentityError ^> ^ Errors { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Identity::IdentityError ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Identity.IdentityError> Errors { get; }
member this.Errors : seq<Microsoft.AspNetCore.Identity.IdentityError>
Public ReadOnly Property Errors As IEnumerable(Of IdentityError)

属性值

IEnumerable<T>实例的 IdentityError

适用于