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

make_() public static method

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

Same methods

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