DeadlockException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DeadlockException() | |
DeadlockException(String) | |
DeadlockException(SerializationInfo, StreamingContext) | |
DeadlockException(String, Exception) |
DeadlockException()
DeadlockException(String)
- Source:
- DeadlockException.cs
public DeadlockException (string message);
new Orleans.Runtime.DeadlockException : string -> Orleans.Runtime.DeadlockException
Public Sub New (message As String)
参数
- message
- String
适用于
DeadlockException(SerializationInfo, StreamingContext)
- Source:
- DeadlockException.cs
protected DeadlockException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Runtime.DeadlockException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Runtime.DeadlockException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
参数
- info
- SerializationInfo
- context
- StreamingContext
适用于
DeadlockException(String, Exception)
- Source:
- DeadlockException.cs
public DeadlockException (string message, Exception innerException);
new Orleans.Runtime.DeadlockException : string * Exception -> Orleans.Runtime.DeadlockException
Public Sub New (message As String, innerException As Exception)
参数
- message
- String
- innerException
- Exception