SourceGenHotReloadHandshakeResult(Boolean, Boolean, String, Exception?) Constructor

Definition

Assembly XamlToCSharpGenerator.Runtime.Core.dll
public SourceGenHotReloadHandshakeResult(bool isSuccess, bool isPending, string message, Exception? exception = null)

Parameters

isSuccess
Boolean
isPending
Boolean
message
String
exception
Exception