Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.crypto.x509
  • Platforms: .NET, .NET Standard 2.0, Island

Fields


Err

var Err: error;
error Err
var Err: error
Err error
FIELD Err() As error

Instance Methods


constructor

constructor
SystemRootsError()
init()
Sub New()

constructor (error)

constructor(aErr: error)
SystemRootsError(error aErr)
init(_ aErr: error)
Sub New(aErr As error)

Parameters:

  • aErr:

constructor (SystemRootsError)

constructor(value: SystemRootsError)
SystemRootsError(SystemRootsError value)
init(_ value: SystemRootsError)
Sub New(value As SystemRootsError)

Parameters:

  • value:

Error

method Error: string
string Error()
func Error() -> string
func Error() string
Function Error() As string