The Portrate Interview Engine

ErrorArgs.Error Field

[Visual Basic]
Public Error As Exception
[C#]
public Exception Error;
[C++]
public: Exception* Error;
[JScript]
public var Error: Exception;

See Also

ErrorArgs Class | Portrate.Interview Namespace