예제 #1
0
 internal DistributionsArgumentException(DistributionsArgumentExceptionType exceptionType, params object[] arguments)
     : base(string.Format(Resources.GetMessage(exceptionType.ToString()), arguments))
 {
 }
예제 #2
0
 internal DistributionsArgumentException(DistributionsArgumentExceptionType exceptionType)
     : base(Resources.GetMessage(exceptionType.ToString()))
 {
 }