ABsoluteMaybe.Statistics.ZScore.NotEnoughParticipantsException.NotEnoughParticipantsException C# (CSharp) Méthode

NotEnoughParticipantsException() public méthode

public NotEnoughParticipantsException ( string message ) : System
message string
Résultat System
            public NotEnoughParticipantsException(string message)
                : base(message)
            {
            }
ZScore.NotEnoughParticipantsException