Class FileSessionConfigurationProcessingErrorEventArgs
SQLRace Configuration errorsfor the file session has been created and committed to the database
Inheritance
System.Object
FileSessionConfigurationProcessingErrorEventArgs
Namespace: MESL.SqlRace.Domain.Repositories.Sessions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class FileSessionConfigurationProcessingErrorEventArgs : EventArgs
Constructors
FileSessionConfigurationProcessingErrorEventArgs(String, String, SessionKey, String)
Initializes a new instance of the FileSessionConfigurationProcessingErrorEventArgs class.
Declaration
public FileSessionConfigurationProcessingErrorEventArgs(string errorMessage, string configurationSetIdentifier, SessionKey sessionKey, string filePath)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | errorMessage | The error message. |
| System.String | configurationSetIdentifier | The exception. |
| MAT.OCS.Core.SessionKey | sessionKey | The session key. |
| System.String | filePath | The file path. |
Properties
ConfigurationSetIdentifier
Gets or sets configuration set identifier that generated the error.
Declaration
public string ConfigurationSetIdentifier { get; }
Property Value
| Type | Description |
|---|---|
| System.String | The exception. |
ErrorMessage
Gets or sets the error message.
Declaration
public string ErrorMessage { get; }
Property Value
| Type | Description |
|---|---|
| System.String | The error message. |
FilePath
The fully qualified path and name for the underlying file session
Declaration
public string FilePath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
SessionKey
The Session Key
Declaration
public SessionKey SessionKey { get; }
Property Value
| Type | Description |
|---|---|
| MAT.OCS.Core.SessionKey |