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