Show / Hide Table of Contents

Class ErrorCode

Inheritance
System.Object
ErrorCode
Namespace: Tanvas.TanvasTouch.Error
Assembly: Tanvas.TanvasTouch.dll
Syntax
public class ErrorCode : object

Constructors

ErrorCode(Int32)

Declaration
public ErrorCode(int value)
Parameters
Type Name Description
System.Int32 value

Properties

Message

Declaration
public string Message { get; }
Property Value
Type Description
System.String

Value

Declaration
public int Value { get; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX