|
SecureWindowLoadException Property
|
Gets or sets any Exception that was thrown during the load process.
Namespace: GSF.WindowsAssembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.230-beta
Syntaxpublic Exception LoadException { get; set; }
Public Property LoadException As Exception
Get
Set
public:
property Exception^ LoadException {
Exception^ get ();
void set (Exception^ value);
}
member LoadException : Exception with get, set
function get_LoadException();
function set_LoadException(value);
View SourceProperty Value
Exception
See Also