12 references to FormatException
mscorlib (4)
system\guid.cs (3)
208
return new
FormatException
(Environment.GetResourceString(m_failureMessageID), m_innerException);
796
throw new
FormatException
(Environment.GetResourceString("Format_GuidUnrecognized"), ex);
842
throw new
FormatException
(Environment.GetResourceString("Format_GuidUnrecognized"), ex);
system\reflection\customattributeformatexception.cs (1)
34
public CustomAttributeFormatException(String message, Exception inner) :
base
(message, inner) {
System (2)
net\System\Net\cookieexception.cs (1)
26
internal CookieException(string message, Exception inner) :
base
(message, inner) {
net\System\URIFormatException.cs (1)
34
public UriFormatException(string textString, Exception e) :
base
(textString, e) {
System.Data (1)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
1605
e = new
FormatException
(message, inner);
System.IdentityModel (1)
System\IdentityModel\Claims\X509CertificateClaimSet.cs (1)
448
new
FormatException
(string.Format(CultureInfo.InvariantCulture,
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Formatter.cs (2)
359
throw new
FormatException
(ex.Message, ex);
440
throw new
FormatException
(ex.InnerException.Message, ex.InnerException);
WindowsBase (2)
Base\System\IO\FileFormatException.cs (2)
56
:
base
(message, innerException)
123
:
base
(message, innerException)