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

make_() public static method

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

Same methods

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