Skip to content

FailureCallbackException

Mika Berglund edited this page Jan 24, 2021 · 2 revisions

FailureCallbackException Class

The exception class that is used when a failure callback method is called from your JavaScript code. This class is used by the DotNetInstanceCallbackHandler class.

Inheritance

FailureCallbackException : System.Exception

Properties

Name Type Description
Result object The data that your JavaScript code sent when calling the failure callback method to signal an exception back to your Blazor code.

Samples

See DotNetInstanceCallbackHandler for detailed examples.