DeadlockException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DeadlockException() | |
DeadlockException(String) | |
DeadlockException(SerializationInfo, StreamingContext) | |
DeadlockException(String, Exception) |
DeadlockException()
DeadlockException(String)
- Quelle:
- DeadlockException.cs
public DeadlockException (string message);
new Orleans.Runtime.DeadlockException : string -> Orleans.Runtime.DeadlockException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
DeadlockException(SerializationInfo, StreamingContext)
- Quelle:
- 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)
Parameter
- info
- SerializationInfo
- context
- StreamingContext
Gilt für:
DeadlockException(String, Exception)
- Quelle:
- 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)
Parameter
- message
- String
- innerException
- Exception