IronRuby.Builtins.RubyErrno.CreateENOENT C# (CSharp) Method

CreateENOENT() public static method

public static CreateENOENT ( ) : FileNotFoundException
return System.IO.FileNotFoundException
        public static FileNotFoundException/*!*/ CreateENOENT() {
            return new FileNotFoundException();
        }

Same methods

RubyErrno::CreateENOENT ( string message ) : FileNotFoundException
RubyErrno::CreateENOENT ( string message, Exception inner ) : FileNotFoundException