15 instantiations of ResourceException
Microsoft.CodeAnalysis (15)
CvtRes.cs (13)
63throw new ResourceException("Stream does not begin with a null resource and is not in .RES format."); 78throw new ResourceException(String.Format("Resource header beginning at offset 0x{0:x} is malformed.", stream.Position - 8)); 174throw new ResourceException(CodeAnalysisResources.CoffResourceInvalidSectionSize); 199throw new ResourceException(CodeAnalysisResources.CoffResourceMissingSection); 220throw new ResourceException(CodeAnalysisResources.CoffResourceInvalidRelocation); 224throw new ResourceException(CodeAnalysisResources.CoffResourceInvalidRelocation); 255throw new ResourceException(CodeAnalysisResources.CoffResourceInvalidSymbol); 259throw new ResourceException(CodeAnalysisResources.CoffResourceInvalidSymbol); 268throw new ResourceException(CodeAnalysisResources.CoffResourceInvalidRelocation); 283throw new ResourceException(CodeAnalysisResources.CoffResourceInvalidSymbol); 322throw new ResourceException(CodeAnalysisResources.IconStreamUnexpectedFormat); 326throw new ResourceException(CodeAnalysisResources.IconStreamUnexpectedFormat); 330throw new ResourceException(CodeAnalysisResources.IconStreamUnexpectedFormat);
PEWriter\ManagedResource.cs (1)
68throw new ResourceException(_name, e);
ResourceDescription.cs (1)
126throw new ResourceException(_resource.FileName, ex);
3 references to ResourceException
Microsoft.CodeAnalysis (3)
Compilation\Compilation.cs (3)
2021catch (ResourceException ex) 2042catch (ResourceException ex) 3306catch (ResourceException e)