DotNetInvocationResult Struct
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.
Result of a .NET invocation that is returned to JavaScript.
public value class DotNetInvocationResult
public readonly struct DotNetInvocationResult
type DotNetInvocationResult = struct
Public Structure DotNetInvocationResult
- Inheritance
-
DotNetInvocationResult
Constructors
DotNetInvocationResult(Exception, String) |
Constructor for a failed invocation. |
DotNetInvocationResult(Object) |
Constructor for a successful invocation. |
Properties
ErrorKind |
Gets the error kind. |
Exception |
Gets the Exception that caused the failure. |
Result |
Gets the result of a successful invocation. |
ResultJson |
Gets a JSON representation of the result of a successful invocation. |
Success |
|