C# Class SIL.Utils.NativeException

This exception class represents errors returned by native system calls.
Inheritance: System.Exception
Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
NativeException ( int error ) : System

Initializes a new instance of the NativeException class.

Method Details

NativeException() public method

Initializes a new instance of the NativeException class.
public NativeException ( int error ) : System
error int
return System