CorruptInputError
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.encoding.base64
- Platforms: .NET, .NET Standard 2.0, Island
-
Ancestry:
- ValueType | CorruptInputError .NET, .NET Standard 2.0
- ValueType | CorruptInputError Island
- ValueType | CorruptInputError .NET, .NET Standard 2.0
constructor
constructor
CorruptInputError()
init()
Sub New()
constructor (Int64)
constructor(aValue: Int64)
CorruptInputError(Int64 aValue)
init(_ aValue: Int64)
Sub New(aValue As Int64)
Parameters:
- aValue:
Equals override virtual
func Equals(value interface{}) Boolean
Parameters:
- value:
Error
method Error: string
string Error()
func Error() -> string
func Error() string
Function Error() As string
GetHashCode override virtual
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
Value
constructor
constructor
CorruptInputError()
init()
Sub New()
constructor (Int64)
constructor(aValue: Int64)
CorruptInputError(Int64 aValue)
init(_ aValue: Int64)
Sub New(aValue As Int64)
Parameters:
- aValue:
Equals override virtual
func Equals(value interface{}) Boolean
Parameters:
- value:
Error
method Error: string
string Error()
func Error() -> string
func Error() string
Function Error() As string
GetHashCode override virtual