Sign in
fuchsia
/
reference-docs
/
main
/
.
/
f9
/
sdk
/
dart
/
package-fuchsia_services_services
/
IncomingStateException
/
IncomingStateException.md
blob: e1e1b07304e6956d11babe50745b5f6646c7a20e [
file
] [
log
] [
blame
] [
view
]
# IncomingStateException constructor
*[<
Null
safety
>](
https
:
//dart.dev/null-safety)*
IncomingStateException
(
String
message
)
<p>
Creates
a
new
instance of
this
.</
p
>
## Implementation
```dart
IncomingStateException(this.message);
```