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