コード例 #1
0
 internal InferenceException(InferenceExceptionType inferenceType, string message, Exception inner)
     : base(message, inner)
 {
 }
コード例 #2
0
 internal InferenceException(InferenceExceptionType inferenceType, string message)
     : base(message)
 {
 }