ZipHelpercLastError Property |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxprivate Exception cLastError { get; set; }
Private Property cLastError As Exception
Get
Set
private:
property Exception^ cLastError {
Exception^ get ();
void set (Exception^ value);
}
private member cLastError : Exception with get, set
Property Value
Type:
Exception
See Also