Class PlatformException
Defines a plaftorm-specific exception.
Inherited Members
Namespace: OpenTK
Assembly: OpenTK.dll
Syntax
public class PlatformException : Exception, ISerializable, _Exception
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. |