StructuralError

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.encoding.asn1
  • Platforms: .NET, .NET Standard 2.0, Island

Fields


Msg

 

var Msg: string;

 

string Msg

 

var Msg: string

 

Msg string

 

FIELD Msg() As string

Instance Methods


constructor

 

constructor

 

StructuralError()

 

init()

 

Sub New()

constructor (string)

 

constructor(aMsg: string)

 

StructuralError(string aMsg)

 

init(_ aMsg: string)

 

Sub New(aMsg As string)

Parameters:

  • aMsg:

constructor (StructuralError)

 

constructor(value: StructuralError)

 

StructuralError(StructuralError value)

 

init(_ value: StructuralError)

 

Sub New(value As StructuralError)

Parameters:

  • value:

Error

 

method Error: string

 

string Error()

 

func Error() -> string

 

func Error() string

 

Function Error() As string