LifetimeValidationError 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
| Name | Description |
|---|---|
| LifetimeValidationError(MessageDetail, ValidationFailureType, StackFrame, Nullable<DateTime>, Nullable<DateTime>) |
Initializes a new instance of the LifetimeValidationError class. |
| LifetimeValidationError(MessageDetail, ValidationFailureType, StackFrame, Nullable<DateTime>, Nullable<DateTime>, Exception) |
Initializes a new instance of the LifetimeValidationError class. |
LifetimeValidationError(MessageDetail, ValidationFailureType, StackFrame, Nullable<DateTime>, Nullable<DateTime>)
Initializes a new instance of the LifetimeValidationError class.
public LifetimeValidationError(Microsoft.IdentityModel.Tokens.Experimental.MessageDetail messageDetail, Microsoft.IdentityModel.Tokens.Experimental.ValidationFailureType validationFailure, System.Diagnostics.StackFrame stackFrame, DateTime? notBefore, DateTime? expires);
new Microsoft.IdentityModel.Tokens.Experimental.LifetimeValidationError : Microsoft.IdentityModel.Tokens.Experimental.MessageDetail * Microsoft.IdentityModel.Tokens.Experimental.ValidationFailureType * System.Diagnostics.StackFrame * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.IdentityModel.Tokens.Experimental.LifetimeValidationError
Public Sub New (messageDetail As MessageDetail, validationFailure As ValidationFailureType, stackFrame As StackFrame, notBefore As Nullable(Of DateTime), expires As Nullable(Of DateTime))
Parameters
- messageDetail
- MessageDetail
- validationFailure
- ValidationFailureType
- stackFrame
- StackFrame
Applies to
LifetimeValidationError(MessageDetail, ValidationFailureType, StackFrame, Nullable<DateTime>, Nullable<DateTime>, Exception)
Initializes a new instance of the LifetimeValidationError class.
public LifetimeValidationError(Microsoft.IdentityModel.Tokens.Experimental.MessageDetail messageDetail, Microsoft.IdentityModel.Tokens.Experimental.ValidationFailureType validationFailure, System.Diagnostics.StackFrame stackFrame, DateTime? notBefore, DateTime? expires, Exception? innerException);
new Microsoft.IdentityModel.Tokens.Experimental.LifetimeValidationError : Microsoft.IdentityModel.Tokens.Experimental.MessageDetail * Microsoft.IdentityModel.Tokens.Experimental.ValidationFailureType * System.Diagnostics.StackFrame * Nullable<DateTime> * Nullable<DateTime> * Exception -> Microsoft.IdentityModel.Tokens.Experimental.LifetimeValidationError
Public Sub New (messageDetail As MessageDetail, validationFailure As ValidationFailureType, stackFrame As StackFrame, notBefore As Nullable(Of DateTime), expires As Nullable(Of DateTime), innerException As Exception)
Parameters
- messageDetail
- MessageDetail
- validationFailure
- ValidationFailureType
- stackFrame
- StackFrame
- innerException
- Exception