Table of Contents

Class SectionDefinitionNotAttachedException

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

The exception that is thrown when a section definition is not attached.

[Serializable]
public class SectionDefinitionNotAttachedException : Exception
Inheritance
SectionDefinitionNotAttachedException
Extension Methods

Constructors

SectionDefinitionNotAttachedException()

Initializes a new instance of the SectionDefinitionNotAttachedException class.

SectionDefinitionNotAttachedException(SerializationInfo, StreamingContext)
SectionDefinitionNotAttachedException(string)

Initializes a new instance of the SectionDefinitionNotAttachedException class with a specified error message.

SectionDefinitionNotAttachedException(string, Exception)

Initializes a new instance of the SectionDefinitionNotAttachedException class with a specified error message and a reference to the inner exception that is the cause of this exception.