Table of Contents

Class ExpiredException

Namespace
Ecng.Common
Assembly
Ecng.Common.dll

Represents an exception that is thrown when an operation is attempted on an expired object or state.

public class ExpiredException : InvalidOperationException, ISerializable
Inheritance
ExpiredException
Implements
Inherited Members
Extension Methods

Constructors

ExpiredException(string)

Represents an exception that is thrown when an operation is attempted on an expired object or state.

public ExpiredException(string message)

Parameters

message string

The error message that explains the reason for the exception.