コード例 #1
0
 public void OnLoadError(int sourceId, IOException e)
 {
     if (_internalErrorListener != null)
     {
         _internalErrorListener.OnLoadError(sourceId, e);
     }
 }