ResultNotFoundException Class

Definition

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

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

Constructors

ResultNotFoundException()

Creates a ResultNotFoundException

ResultNotFoundException(SerializationInfo, StreamingContext)

Creates a ResultNotFoundException from a serialization context

ResultNotFoundException(String)

Creates a ResultNotFoundException from a message

ResultNotFoundException(String, Exception)

Creates a ResultNotFoundException from a message and exception

Applies to