ABsoluteMaybe.Statistics.ZScore.NotEnoughParticipantsException.NotEnoughParticipantsException C# (CSharp) Method

NotEnoughParticipantsException() public method

public NotEnoughParticipantsException ( string message ) : System
message string
return System
            public NotEnoughParticipantsException(string message)
                : base(message)
            {
            }
ZScore.NotEnoughParticipantsException