| ResultFailT, TError Method (TError) |
Namespace:
Dynamicweb.Core
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax public static Result<T, TError> Fail<T, TError>(
TError errorType
)
where TError : struct, new()
Public Shared Function Fail(Of T, TError As {Structure, New}) (
errorType As TError
) As Result(Of T, TError)
Parameters
- errorType
- Type: TError
Type Parameters
- T
- TError
Return Value
Type:
ResultT,
TErrorSee Also