ClassSdtBuilderFailureException
Class
Represents an exception which is thrown if there was a problem creating a structured document tag.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Annotations.StructuredDocumentTags.Builders
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public class SdtBuilderFailureException : Exception, ISerializable
Inheritance: objectExceptionSdtBuilderFailureException
Implements:
Inherited Members
Constructors
SdtBuilderFailureException()
Initializes a new instance of the SdtBuilderFailureException class.
Declaration
cs-api-definition
public SdtBuilderFailureException()
SdtBuilderFailureException(SerializationInfo, StreamingContext)
Initializes a new instance of the SdtBuilderFailureException class.
Declaration
cs-api-definition
protected SdtBuilderFailureException(SerializationInfo info, StreamingContext context)
Parameters
info
context
SdtBuilderFailureException(string)
Initializes a new instance of the SdtBuilderFailureException class.
Declaration
cs-api-definition
public SdtBuilderFailureException(string message)
Parameters
message
The provided message.
SdtBuilderFailureException(string, Exception)
Initializes a new instance of the SdtBuilderFailureException class.