C# 클래스 SIL.Utils.NativeException

This exception class represents errors returned by native system calls.
상속: System.Exception
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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