Response.FromException(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.