Method | Description | |
---|---|---|
TransactionException ( string message ) | ||
TransactionException ( string message, System innerException ) | ||
TransactionException ( ) : System.Runtime.Serialization |
|
|
TransactionException ( string message ) : System.Runtime.Serialization |
|
|
TransactionException ( string message, Exception innerException ) : System.Runtime.Serialization |
|
Method | Description | |
---|---|---|
TransactionException ( ) | ||
TransactionException ( System info, System context ) | ||
TransactionException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization |
|
Method | Description | |
---|---|---|
Create ( TraceSourceType traceSource, string message, Exception innerException ) : |
||
Create ( TraceSourceType traceSource, string message, Exception innerException, Guid distributedTxId ) : |
||
Create ( TraceSourceType traceSource, string message, Guid distributedTxId ) : |
||
Create ( string message, Exception innerException ) : |
||
Create ( string message, Exception innerException, Guid distributedTxId ) : |
||
Create ( string message, Guid distributedTxId ) : |
||
CreateEnlistmentStateException ( Exception innerException, Guid distributedTxId ) : Exception | ||
CreateInvalidOperationException ( TraceSourceType traceSource, string message, Exception innerException ) : Exception | ||
CreateInvalidOperationException ( TraceSourceType traceSource, string message, Exception innerException, Guid distributedTxId ) : Exception | ||
CreateTransactionCompletedException ( Guid distributedTxId ) : Exception | ||
CreateTransactionStateException ( Exception innerException ) : |
||
CreateTransactionStateException ( Exception innerException, Guid distributedTxId ) : |
||
IncludeDistributedTxId ( Guid distributedTxId ) : bool |
protected TransactionException ( System info, System context ) | ||
info | System | |
context | System |
public TransactionException ( string message, System innerException ) | ||
message | string | |
innerException | System |
public TransactionException ( ) : System.Runtime.Serialization | ||
return | System.Runtime.Serialization |
protected TransactionException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System.Runtime.Serialization |
public TransactionException ( string message ) : System.Runtime.Serialization | ||
message | string | |
return | System.Runtime.Serialization |
public TransactionException ( string message, Exception innerException ) : System.Runtime.Serialization | ||
message | string | |
innerException | Exception | |
return | System.Runtime.Serialization |