You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.