Esempio n. 1
0
 public InstaSharpException(string message, Exception innerException, InstaSharpExceptionType instaSharpExceptionType = InstaSharpExceptionType.Unknown)
     : base(message, innerException)
 {
     InstaSharpExceptionType = instaSharpExceptionType;
 }
Esempio n. 2
0
 public InstaSharpException(string message, Exception innerException, InstaSharpExceptionType instaSharpExceptionType = InstaSharpExceptionType.Unknown) : base(message, innerException)
 {
     InstaSharpExceptionType = instaSharpExceptionType;
 }