HostError
sealed error HostErrorimport HostError from Wax;Structured information about a failure crossing from host code into Wax. Host-specific type, message, and detail strings may be absent.
Inherits from Error. Follow these links for inherited members.
Members
errorTypefield
public string? errorTypeOptional host error or exception type name.
errorMessagefield
public string? errorMessageOptional human-readable host failure message.
detailsfield
public string? detailsOptional additional host-provided diagnostic details.
constructorconstructor
public constructor ()Provided by the compiler.