Fan.Sys.InterruptedErr.make_ C# (CSharp) Méthode

make_() public static méthode

public static make_ ( InterruptedErr self ) : void
self InterruptedErr
Résultat void
        public static void make_(InterruptedErr self)
        {
            make_(self, null);
        }

Same methods

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