public UncheckedIOException(String arg0, IOException arg1) : base(ProxyCtor.I) { Instance.CallConstructor("(Ljava/lang/String;Ljava/io/IOException;)V", arg0, arg1); }
public UncheckedIOException(IOException arg0) : base(ProxyCtor.I) { Instance.CallConstructor("(Ljava/io/IOException;)V", arg0); }
public void connectFailed(URI arg0, SocketAddress arg1, IOException arg2) { Instance.CallMethod("connectFailed", "(Ljava/net/URI;Ljava/net/SocketAddress;Ljava/io/IOException;)V", arg0, arg1, arg2); }