Dart.PowerTCP.Zip Namespace > ZipException Class : ErrorCode Property |
<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(); }