コード例 #1
0
ファイル: Exceptions.cs プロジェクト: carlokok/LibuvSharp
 internal UVException(Loop loop)
     : this(Ensure.uv_last_error(loop.Handle))
 {
 }