PowerTCP Zip Compression for .NET
ErrorCode Property




The code of the exception.
Syntax
<DefaultValueAttribute()>
<DescriptionAttribute("The error code of the exception")>
<CategoryAttribute("ZipException")>
Public ReadOnly Property ErrorCode As ErrorCode
Dim instance As ZipException
Dim value As ErrorCode
 
value = instance.ErrorCode
[DefaultValue()]
[Description("The error code of the exception")]
[Category("ZipException")]
public ErrorCode ErrorCode {get;}
[DefaultValue()]
[Description("The error code of the exception")]
[Category("ZipException")]
public: __property ErrorCode get_ErrorCode();
[DefaultValue()]
[Description("The error code of the exception")]
[Category("ZipException")]
public:
property ErrorCode ErrorCode {
   ErrorCode get();
}

Property Value

An ErrorCode enumeration specifying the error.
Remarks
This value can be used to identify the specific error during a Zip operation.
See Also

Reference

ZipException Class
ZipException Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic