blob: 28d37b37dcdc76f1375347a992cbde43544cff03 [file] [log] [blame] [view]
# MethodException<T> class
<p>If a FIDL method defines an application-level error, this exception will be
thrown with the error as its value.</p>
## Constructors
[MethodException](../package-fidl_fidl/MethodException/MethodException.md) (T value)
## Properties
##### [hashCode](../package-fidl_fidl/MethodException/hashCode.md) &#8594; int
The hash code for this object.
_read-only, inherited_
##### [runtimeType](../package-fidl_fidl/MethodException/runtimeType.md) &#8594; Type
A representation of the runtime type of the object.
_read-only, inherited_
##### [value](../package-fidl_fidl/MethodException/value.md) &#8594; T
_final_
## Methods
##### [noSuchMethod](../package-fidl_fidl/MethodException/noSuchMethod.md)(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
_inherited_
##### [toString](../package-fidl_fidl/MethodException/toString.md)() String
A string representation of this object.
_override_
## Operators
##### [operator ==](../package-fidl_fidl/MethodException/operator_equals.md)(Object other) bool
The equality operator.
_inherited_