Share via


IdentityResult.Errors プロパティ

定義

IEnumerable<T>IdentityError ID 操作中に発生したエラーを含む インスタンスの 。

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

適用対象