ABsoluteMaybe.Statistics.ZScore.NotEnoughParticipantsException.NotEnoughParticipantsException C# (CSharp) Метод

NotEnoughParticipantsException() публичный Метод

public NotEnoughParticipantsException ( string message ) : System
message string
Результат System
            public NotEnoughParticipantsException(string message)
                : base(message)
            {
            }
ZScore.NotEnoughParticipantsException