Fan.Sys.CancelledErr.make_ C# (CSharp) Method

make_() public static method

public static make_ ( CancelledErr self ) : void
self CancelledErr
return void
        public static void make_(CancelledErr self)
        {
            make_(self, null);
        }

Same methods

CancelledErr::make_ ( CancelledErr self, string msg ) : void
CancelledErr::make_ ( CancelledErr self, string msg, Err cause ) : void