Table of Contents

Class RecordDefinitionError

Namespace
Skyline.DataMiner.Net.Jobs
Assembly
SLNetTypes.dll

Represents a record definition error.

[Serializable]
public class RecordDefinitionError : ErrorData
Inheritance
RecordDefinitionError
Extension Methods

Constructors

RecordDefinitionError()

Initializes a new instance of the RecordDefinitionError class.

RecordDefinitionError(Reason, RecordDefinition, RecordCellDefinition, Type, List<Type>)

Initializes a new instance of the RecordDefinitionError class using the specified error reason, record definition and record IDs.

RecordDefinitionError(Reason, RecordDefinition, List<RecordID>)

Initializes a new instance of the RecordDefinitionError class using the specified error reason, record definition and record IDs.

Properties

ErrorReason

Gets or sets the error reason.

InvalidType

Gets or sets the invalid type.

RecordCellDefinition

Gets or sets the record cell definition this error relates to.

RecordDefinition

Gets or sets the record definition this error relates to.

RecordIDs

Gets or sets the record IDs.

SupportedTypes

Gets or sets the supported types.

Methods

ToString()

Returns a string that represents the current object.