Class UnsupportedPlatformException
Represents an exception that is thrown when an unsupported platform is encountered.
Assembly: Meadow.Contracts.dll
View Source
Declaration
public class UnsupportedPlatformException : Exception, ISerializable
Inheritance: System.Object
-> System.Exception
Implements:
System.Runtime.Serialization.ISerializable
Properties
CurrentPlatform
Gets the current Meadow platform that caused the exception.
View Source
Declaration
public MeadowPlatform CurrentPlatform { get; }
Implements
System.Runtime.Serialization.ISerializable