C# Class OpenTK.Platform.MacOS.MacOSException

Inheritance: System.Exception
Mostra file Open project: prepare/HTML-Renderer

Public Methods

Method Description
MacOSException ( ) : System
MacOSException ( OSStatus errorCode ) : System
MacOSException ( OSStatus errorCode, string message ) : System

Private Methods

Method Description
MacOSException ( Agl errorCode, string message ) : System

Method Details

MacOSException() public method

public MacOSException ( ) : System
return System

MacOSException() public method

public MacOSException ( OSStatus errorCode ) : System
errorCode OSStatus
return System

MacOSException() public method

public MacOSException ( OSStatus errorCode, string message ) : System
errorCode OSStatus
message string
return System