Table of Contents

Class ParserException

Namespace
BlueM.Wave
Assembly
Wave.dll

Thrown when an error occurs while parsing file import instructions

public class ParserException : Exception, ISerializable
Inheritance
ParserException
Implements
Inherited Members

Constructors

ParserException()

public ParserException()

ParserException(string)

public ParserException(string message)

Parameters

message string

ParserException(string, Exception)

public ParserException(string message, Exception innerException)

Parameters

message string
innerException Exception