Exception:System.Threading.SemaphoreFullException

ylbtech-Error-Exception-C#: System.Threading.SemaphoreFullException 

 

1.A,异常类型返回顶部

1,异常名称

System.Threading.SemaphoreFullException

2,解释

The exception that is thrown when the 
Release method overload is called on a semaphore whose count is already at the maximum.

对已经达到最大计数值的信号量调用 Release 方法重载时引发的异常。 
 
3,资料处处连接

http://http://msdn.microsoft.com/query/dev10.query?appId=Dev10IDEF1&l=ZH-CN&k=k(EHTSEMAPHOREFULL)&rd=true 

相关帮助:
1,空间名称
Semaphore.Release

2,解释
Exits the semaphore. 
退出信号量。

3,重载列表 

 名称说明
《Exception:System.Threading.SemaphoreFullException》Release()退出信号量并返回前一个计数。
《Exception:System.Threading.SemaphoreFullException》Release(Int32)以指定的次数退出信号量并返回前一个计数。


4,资料处处连接
http://http://msdn.microsoft.com/zh-cn/library/system.threading.semaphore.release(v=vs.100).aspx

本文转自ylbtech博客园博客,原文链接:http://www.cnblogs.com/ylbtech/p/3623293.html
,如需转载请自行联系原作者

点赞