menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ErrorCodeAttribute - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ErrorCodeAttribute

    This attribute describes error code. Used for converting error messages from and to string.

    Inheritance
    System.Object
    ErrorCodeAttribute
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Formula
    Assembly: Syncfusion.XlsIO.NET.dll
    Syntax
    public sealed class ErrorCodeAttribute : Attribute

    Constructors

    ErrorCodeAttribute(String, Int32)

    Creates attribute for error with specified string value and error code.

    Declaration
    public ErrorCodeAttribute(string stringValue, int errorCode)
    Parameters
    Type Name Description
    System.String stringValue

    String representation of the error.

    System.Int32 errorCode

    Error code.

    Properties

    ErrorCode

    Declaration
    public int ErrorCode { get; }
    Property Value
    Type
    System.Int32

    StringValue

    Declaration
    public string StringValue { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved