C# Класс SIL.Utils.NativeException

This exception class represents errors returned by native system calls.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
NativeException ( int error ) : System

Initializes a new instance of the NativeException class.

Описание методов

NativeException() публичный Метод

Initializes a new instance of the NativeException class.
public NativeException ( int error ) : System
error int
Результат System