Share via


ProgramNotFoundException Class

Definition

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

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

Constructors

ProgramNotFoundException()

Creates a ProgramNotFoundException

ProgramNotFoundException(SerializationInfo, StreamingContext)

Creates a ProgramNotFoundException from a serialization context

ProgramNotFoundException(String)

Creates a ProgramNotFoundException from a message

ProgramNotFoundException(String, Exception)

Creates a ProgramNotFoundException from a message and exception

Applies to