TemplateParsingException Class

Definition

Exception generated when FlashExtract cannot generate a program for the provided input text.

[System.Serializable]
public class TemplateParsingException : Exception
[<System.Serializable>]
type TemplateParsingException = class
    inherit Exception
Public Class TemplateParsingException
Inherits Exception
Inheritance
TemplateParsingException
Attributes

Constructors

TemplateParsingException()

Creates a TemplateParsingException

TemplateParsingException(SerializationInfo, StreamingContext)

Creates a TemplateParsingException from a serialization context

TemplateParsingException(String)

Creates a TemplateParsingException from a message

TemplateParsingException(String, Exception)

Creates a TemplateParsingException from a message and exception

Applies to