Table of Contents

Class InvalidTimeoutException

Namespace
Steeltoe.Common.Transaction
Assembly
Steeltoe.Common.dll
public class InvalidTimeoutException : TransactionUsageException, ISerializable
Inheritance
InvalidTimeoutException
Implements
Inherited Members

Constructors

InvalidTimeoutException(string, int)

public InvalidTimeoutException(string msg, int timeout)

Parameters

msg string
timeout int

Properties

Timeout

public int Timeout { get; }

Property Value

int