ChoonMLLib - class library to access and convert ChoonML files

ConvertException Constructor (String, String, ChoonMLException)

[This is preliminary documentation and subject to change.]

Use this to construct an exception when a ChoonMLException has occurred

public ConvertException(
   string method,
   string description,
   ChoonMLException innerEx
);

Parameters

method
The converter method the problem occurred in
description
The error description
innerEx
The ChoonMLException that caused this

See Also

ConvertException Class | ChoonConvert Namespace | ConvertException Constructor Overload List