Table of Contents

Class ParseException

Namespace
Specworks.ICalendar
Assembly
Specworks.ICalendar.dll
public class ParseException : Exception
Inheritance
object
Exception
ParseException

Constructors

ParseException(string)

public ParseException(string message)

Parameters

message string

ParseException(string, Exception)

public ParseException(string message, Exception innerException)

Parameters

message string
innerException Exception