MarshalerError
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.encoding.json
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor(aType: Type; aErr: error)
MarshalerError(Type aType, error aErr)
init(_ aType: Type, _ aErr: error)
Sub New(aType As Type, aErr As error)
Parameters:
- aType:
- aErr:
constructor(value: MarshalerError)
MarshalerError(MarshalerError value)
init(_ value: MarshalerError)
Sub New(value As MarshalerError)
Parameters:
- value:
Err
Error Island
Function Error() As string
Type
Unwrap
Function Unwrap() As error
constructor
constructor(aType: Type; aErr: error)
MarshalerError(Type aType, error aErr)
init(_ aType: Type, _ aErr: error)
Sub New(aType As Type, aErr As error)
Parameters:
- aType:
- aErr:
constructor(value: MarshalerError)
MarshalerError(MarshalerError value)
init(_ value: MarshalerError)
Sub New(value As MarshalerError)
Parameters:
- value:
Error Island
Function Error() As string