-
Notifications
You must be signed in to change notification settings - Fork 1
FailureCallbackException
Mika Berglund edited this page Jan 24, 2021
·
2 revisions
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.
FailureCallbackException : System.Exception
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. |
See DotNetInstanceCallbackHandler
for detailed examples.