ExceptionError
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.runtime
- Platforms: .NET, .NET Standard 2.0, Island
Properties
Exception
property Exception: Exception read;
Exception Exception { get; }
var Exception: Exception { get{} }
Exception Exception
ReadOnly Property Exception() As Exception
Instance Methods
constructor
constructor(err: Exception)
ExceptionError(Exception err)
init(_ err: Exception)
Sub New(err As Exception)
Parameters:
- err:
Error
method Error: string
string Error()
func Error() -> string
func Error() string
Function Error() As string