Table of Contents

Method FromException

Namespace
Velvet
Assembly
Velvet.Docs.dll

FromException(Exception)

public static VelvetTask FromException(Exception exception)

Parameters

exception Exception

Returns

VelvetTask

FromException<T>(Exception)

public static VelvetTask<T> FromException<T>(Exception exception)

Parameters

exception Exception

Returns

VelvetTask<T>

Type Parameters

T