Compartir a través de


Response.FromException(Exception) Método

Definición

Crea una nueva respuesta que representa una excepción.

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

Parámetros

exception
Exception

Excepción.

Devoluciones

Nueva respuesta.

Se aplica a