C# Class SIL.Utils.NativeException

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

Méthodes publiques

Méthode Description
NativeException ( int error ) : System

Initializes a new instance of the NativeException class.

Method Details

NativeException() public méthode

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