IdentityResult Constructor (String[])

Failure constructor that takes error messages

Namespace:  Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

'Declaration
Public Sub New ( _
    ParamArray errors As String() _
)
'Usage
Dim errors As String()

Dim instance As New IdentityResult(errors)
public IdentityResult(
    params string[] errors
)
public:
IdentityResult(
    ... array<String^>^ errors
)
new : 
        errors:string[] -> IdentityResult
public function IdentityResult(
    ... errors : String[]
)

Parameters

See Also

Reference

IdentityResult Class

IdentityResult Overload

Microsoft.AspNet.Identity Namespace