Inheritance: PomonaException
Exemple #1
0
 internal LazyLoadingDisabledException(string resourcePath, LoadException innerException)
     : base($"Unable to fetch {resourcePath}. Lazy loading is disabled.", innerException)
 {
 }
 internal LazyLoadingDisabledException(string resourcePath, LoadException innerException)
     : base($"Unable to fetch {resourcePath}. Lazy loading is disabled.", innerException)
 {
 }