[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.InvalidSiblingsTemplateDispositionException

Class InvalidSiblingsTemplateDispositionException

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

The exception that is thrown when trying to process template sibling included to block of previous sibling.

public class InvalidSiblingsTemplateDispositionException : Exception, ISerializable
Inheritance
object
System.Exception
InvalidSiblingsTemplateDispositionException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()

Constructors

InvalidSiblingsTemplateDispositionException(string, string)

Initializes a new instance of the InvalidSiblingsTemplateDispositionException class.

public InvalidSiblingsTemplateDispositionException(string previousTemplateKey, string nextTemplateKey)

Parameters

previousTemplateKey string

Previous template sibling key.

nextTemplateKey string

Current processing template sibling key.