3 instantiations of SymUnmanagedWriterException
Microsoft.DiaSymReader (3)
Writer\SymUnmanagedWriterFactory.cs (2)
63
throw new
SymUnmanagedWriterException
(new NotSupportedException(), implModuleName);
91
throw new
SymUnmanagedWriterException
(e, implModuleName);
Writer\SymUnmanagedWriterImpl.cs (1)
48
=> new
SymUnmanagedWriterException
(inner, _symWriterModuleName);
21 references to SymUnmanagedWriterException
Microsoft.DiaSymReader (21)
Writer\SymUnmanagedWriter.cs (20)
31
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing data to the stream.</exception>
48
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing PDB data.</exception>
56
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing PDB data.</exception>
64
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing PDB data.</exception>
72
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing PDB data.</exception>
87
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing PDB data.</exception>
95
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing PDB data.</exception>
107
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing PDB data.</exception>
116
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing PDB data.</exception>
125
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing PDB data.</exception>
135
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing PDB data.</exception>
144
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing PDB data.</exception>
152
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing PDB data.</exception>
159
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing PDB data.</exception>
167
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing PDB data.</exception>
176
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing PDB data.</exception>
185
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing PDB data.</exception>
193
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing PDB data.</exception>
202
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing PDB data.</exception>
214
/// <exception cref="
SymUnmanagedWriterException
">Error occurred while writing PDB data.</exception>
Writer\SymUnmanagedWriterFactory.cs (1)
32
/// <exception cref="
SymUnmanagedWriterException
">Error creating the PDB writer. See inner exception for root cause.</exception>