C# Class OpenTK.PlatformException

Defines a plaftorm specific exception.
Inheritance: System.Exception
Show file Open project: prepare/HTML-Renderer

Public Methods

Method Description
PlatformException ( string s ) : System

Constructs a new PlatformException.

Method Details

PlatformException() public method

Constructs a new PlatformException.
public PlatformException ( string s ) : System
s string
return System