예제 #1
0
 protected StreamTypesException(
     string message,
     StreamTypesExceptionSuggestionGen optionalSuggestionGenerator)
     : base(message)
 {
     _optionalSuggestionGenerator = optionalSuggestionGenerator;
 }
예제 #2
0
 /// <summary>
 ///     Ctor.
 /// </summary>
 /// <param name="message">The message.</param>
 /// <param name="msgGen">The MSG gen.</param>
 public StreamNotFoundException(
     string message,
     StreamTypesExceptionSuggestionGen msgGen)
     : base(message, msgGen)
 {
 }
예제 #3
0
 /// <summary>
 /// Ctor.
 /// </summary>
 /// <param name="messageWithoutDetail">The message without detail.</param>
 /// <param name="msgGen">The MSG gen.</param>
 public PropertyNotFoundException(String messageWithoutDetail, StreamTypesExceptionSuggestionGen msgGen)
     : base(messageWithoutDetail, msgGen)
 {
 }