public Action<Exception> ExceptionHandler { get; set; }
Public Property ExceptionHandler As Action(Of Exception) Get Set
public: property Action<Exception^>^ ExceptionHandler { Action<Exception^>^ get (); void set (Action<Exception^>^ value); }
member ExceptionHandler : Action<Exception> with get, set
function get_ExceptionHandler(); function set_ExceptionHandler(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.