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