Errno

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.syscall
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry:

Fields


Value

 

var Value: UIntPtr;

 

UIntPtr Value

 

var Value: UIntPtr

 

Value UIntPtr

 

FIELD Value() As UIntPtr

Instance Methods


constructor

 

constructor(aValue: UIntPtr)

 

Errno(UIntPtr aValue)

 

init(_ aValue: UIntPtr)

 

Sub New(aValue As UIntPtr)

Parameters:

  • aValue:

Error

 

method Error: string

 

string Error()

 

func Error() -> string

 

func Error() string

 

Function Error() As string

Is

 

method Is(target: error): Boolean

 

Boolean Is(error target)

 

func Is(_ target: error) -> Boolean

 

func Is(target error) Boolean

 

Function Is(target As error) As Boolean

Parameters:

  • target: