Class ExpiredException
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
stringThe error message that explains the reason for the exception.