Skip to main content

Class NativeException

Encapsulates a native hardware exception

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class NativeException : Exception, ISerializable

Inheritance: System.Object -> System.Exception

Implements:
System.Runtime.Serialization.ISerializable

Properties

ErrorCode

Optional Error Code information from the underlying OS

View Source
Declaration
public int? ErrorCode { get; }

Implements

  • System.Runtime.Serialization.ISerializable