PathError
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.os
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor(aOp: string; aPath: string; aErr: error)
PathError(string aOp, string aPath, error aErr)
init(_ aOp: string, _ aPath: string, _ aErr: error)
Sub New(aOp As string, aPath As string, aErr As error)
Parameters:
- aOp:
- aPath:
- aErr:
constructor(value: PathError)
PathError(PathError value)
Sub New(value As PathError)
Parameters:
- value:
Err
Error Island
Function Error() As string
Op
Path
Timeout
Function Timeout() As bool
Unwrap
Function Unwrap() As error
constructor
constructor(aOp: string; aPath: string; aErr: error)
PathError(string aOp, string aPath, error aErr)
init(_ aOp: string, _ aPath: string, _ aErr: error)
Sub New(aOp As string, aPath As string, aErr As error)
Parameters:
- aOp:
- aPath:
- aErr:
constructor(value: PathError)
PathError(PathError value)
Sub New(value As PathError)
Parameters:
- value:
Error Island
Function Error() As string