Class SectionDefinitionNotAttachedException
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(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.