| MissingIoException Constructor |
Namespace: Microsoft.IoT.DeviceHelpersAssembly: Microsoft.IoT.DeviceHelpers (in Microsoft.IoT.DeviceHelpers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public MissingIoException(
string property
)
Public Sub New (
property As String
)
public:
MissingIoException(
String^ property
)
new :
property : string -> MissingIoException
Parameters
- property
- Type: SystemString
See Also