PerlSharp : Perl Namespace
PerlEvalException

This exception is thrown whenever evaluated Perl code generated an error.

public class PerlEvalException : Exception, System.Runtime.Serialization.ISerializable

Remarks
PerlSharp checks for Perl errors by looking in the $@ variable after each eval.
Members

See Also: Inherited members from Exception.

Constructors
PerlEvalException(string)
Creates a new PerlEvalException.
Member Details
PerlEvalException Constructor
public PerlEvalException (string message)

Creates a new PerlEvalException.

Parameters
message
A message describing the exception.