OrleansOrphanCallException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OrleansOrphanCallException(SerializationInfo, StreamingContext) | |
OrleansOrphanCallException(String, Int32) |
OrleansOrphanCallException(SerializationInfo, StreamingContext)
public OrleansOrphanCallException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Transactions.OrleansOrphanCallException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Transactions.OrleansOrphanCallException
Public Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
OrleansOrphanCallException(String, Int32)
public OrleansOrphanCallException (string transactionId, int pendingCalls);
new Orleans.Transactions.OrleansOrphanCallException : string * int -> Orleans.Transactions.OrleansOrphanCallException
Public Sub New (transactionId As String, pendingCalls As Integer)
Parameters
- transactionId
- String
- pendingCalls
- Int32