Class PlatformException
Defines a platform-specific exception.
Implements
Inherited Members
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public class PlatformException : Exception, ISerializable
Constructors
PlatformException()
Initializes a new instance of the PlatformException class.
Declaration
public PlatformException()
PlatformException(string)
Initializes a new instance of the PlatformException class.
Declaration
public PlatformException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | A message explaining the cause for this exception. |