Edit

Share via


Response.FromException(Exception) Method

Definition

Creates a new response representing an exception.

public static Orleans.Serialization.Invocation.Response FromException (Exception exception);
static member FromException : Exception -> Orleans.Serialization.Invocation.Response
Public Shared Function FromException (exception As Exception) As Response

Parameters

exception
Exception

The exception.

Returns

A new response.

Applies to