SharpUV.UvArgs.UvArgs C# (CSharp) Method

UvArgs() public method

public UvArgs ( int error ) : System
error int
return System
        public UvArgs(int error)
        {
            _error = error;
            if (_error < 0)
                _exception = new UvException (error);
        }