92 references to Exception
mscorlib (15)
system\AggregateException.cs (3)
70: base(message, innerException) 150: base(message, innerExceptions != null && innerExceptions.Count > 0 ? innerExceptions[0] : null) 227: base(message, innerExceptionInfos != null && innerExceptionInfos.Count > 0 && innerExceptionInfos[0] != null ?
system\applicationexception.cs (1)
49: base(message, innerException) {
system\diagnostics\contracts\contractsbcl.cs (1)
236: base(failure, innerException)
system\diagnostics\eventing\eventsourceexception.cs (2)
46public EventSourceException(string message, Exception innerException) : base(message, innerException) { } 55internal EventSourceException(Exception innerException) : base(Environment.GetResourceString("EventSource_ListenerWriteFailure"), innerException) { }
system\invalidtimezoneexception.cs (1)
19: base(message, innerException) { }
system\io\isolatedstorage\isolatedstorageexception.cs (1)
43: base(message, inner)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (1)
1080e = new Exception(message, innerException);
system\systemexception.cs (1)
25: base(message, innerException) {
system\threading\lockrecursionexception.cs (1)
35public LockRecursionException(string message, Exception innerException) : base(message, innerException) { }
system\threading\Tasks\TaskSchedulerException.cs (2)
53: base(Environment.GetResourceString("TaskSchedulerException_ctor_DefaultMessage"), innerException) 64public TaskSchedulerException(string message, Exception innerException) : base(message, innerException)
system\timezonenotfoundexception.cs (1)
19: base(message, innerException) { }
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\Pts.cs (1)
275internal SecondaryException(Exception e) : base(null, e) { }
src\Framework\System\Windows\Controls\PrintDialogException.cs (1)
47: base(message, innerException)
System (4)
net\System\Net\mail\SmtpException.cs (1)
97public SmtpException(string message, Exception innerException) : base(message, innerException)
sys\system\configuration\SettingsPropertyIsReadOnlyException.cs (1)
24: base(message, innerException)
sys\system\configuration\SettingsPropertyNotFoundException.cs (1)
26: base(message, innerException)
sys\system\configuration\SettingsPropertyWrongTypeException.cs (1)
23: base(message, innerException)
System.Activities (10)
System\Activities\DynamicUpdate\InstanceUpdateException.cs (2)
31: base(message, innerException) 50: base(message, innerException)
System\Activities\ExpressionParser\SourceExpressionException.cs (1)
31: base(message, innerException)
System\Activities\Expressions\LambdaSerializationException.cs (1)
24: base(message, innerException)
System\Activities\InvalidWorkflowException.cs (1)
26: base(message, innerException)
System\Activities\Statements\WorkflowTerminatedException.cs (1)
24: base(message, innerException)
System\Activities\VersionMismatchException.cs (2)
26: base(message, innerException) 45: base(message, innerException)
System\Activities\WorkflowApplicationException.cs (2)
36: base(message, innerException) 41: base(message, innerException)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeTableValidationException.cs (2)
47: base(message, inner) 69: base(message, inner)
System.AddIn (3)
System\Addin\Hosting\AddInSegmentDirectoryNotFoundException.cs (1)
19: base(message, innerException) { }
System\Addin\Hosting\AddInStore.cs (1)
1524: base(message, innerException) { }
System\Addin\Hosting\InvalidPipelineStoreException.cs (1)
19: base(message, innerException) { }
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationException.cs (1)
95: base(message, innerException) { }
System.Configuration (1)
System\Configuration\ProviderException.cs (1)
21: base( message, innerException )
System.Core (2)
System\Diagnostics\Eventing\Reader\EventLogException.cs (1)
58public EventLogException(string message, Exception innerException) : base(message, innerException) { }
System\Management\Automation\Exceptions.cs (1)
24: base(message, innerException)
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeTableValidationException.cs (2)
47: base(message, inner) 69: base(message, inner)
System.Data.Linq (1)
Exceptions.cs (1)
16public ChangeConflictException(string message, Exception innerException) : base(message, innerException) { }
System.IdentityModel (4)
System\IdentityModel\AsynchronousOperationException.cs (1)
39: base(message, innerException)
System\IdentityModel\Metadata\MetadataSerializationException.cs (1)
40: base(message, innerException)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationException.cs (1)
41: base(message, inner)
System\IdentityModel\RequestException.cs (1)
38: base( message, innerException )
System.IdentityModel.Selectors (11)
infocard\client\System\IdentityModel\Selectors\CardSpaceException.cs (1)
77: base(message, innerException)
infocard\client\System\IdentityModel\Selectors\IdentityValidationException.cs (1)
25: base( message, innerException )
infocard\client\System\IdentityModel\Selectors\InfoCardBaseException.cs (1)
37: base( message, innerException )
infocard\client\System\IdentityModel\Selectors\PolicyValidationException.cs (1)
29: base( message, innerException )
infocard\client\System\IdentityModel\Selectors\ServiceBusyException.cs (1)
29: base( message, innerException )
infocard\client\System\IdentityModel\Selectors\ServiceNotStartedException.cs (1)
28: base( message, innerException )
infocard\client\System\IdentityModel\Selectors\StsCommunicationException.cs (1)
27: base( message, innerException )
infocard\client\System\IdentityModel\Selectors\UIInitializationException.cs (1)
29: base( message, innerException )
infocard\client\System\IdentityModel\Selectors\UnsupportedPolicyOptionsException.cs (1)
29: base( message, innerException )
infocard\client\System\IdentityModel\Selectors\UntrustedRecipientException.cs (1)
29: base( message, innerException )
infocard\client\System\IdentityModel\Selectors\UserCancellationException.cs (1)
28: base( message, innerException )
System.IO.Log (1)
System\IO\Log\SequenceFullException.cs (1)
23: base(message, inner)
System.Net (1)
net\PeerToPeer\PeerToPeerException.cs (1)
47public PeerToPeerException(string message, Exception innerException) : base(message, innerException) { }
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstancePersistenceException.cs (2)
28: base(message, innerException) 49: base(message, innerException)
System.Runtime.Serialization (1)
System\Runtime\Serialization\InvalidDataContractException.cs (1)
23: base(message, innerException)
System.ServiceModel (4)
System\ServiceModel\Channels\InvalidChannelBindingException.cs (1)
15public InvalidChannelBindingException(string message, Exception innerException) : base(message, innerException) { }
System\ServiceModel\ComIntegration\Error.cs (2)
149: base(message, inner) 162: base(message, inner)
System\ServiceModel\Description\WsdlImporter.cs (1)
1939: base(string.Empty, innerException)
System.Web (1)
UI\ViewStateException.cs (1)
47base(null, innerException) {
System.Web.ApplicationServices (2)
Security\MembershipCreateUserException.cs (1)
34: base(message, innerException) { }
Security\MembershipPasswordException.cs (1)
29public MembershipPasswordException(String message, Exception innerException) : base(message, innerException)
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceValidationException.cs (1)
54: base(message, innerException)
System.Web.Extensions (1)
UI\WebControls\LinqDataSourceValidationException.cs (1)
31: base(message, innerException) {
System.Web.Services (1)
System\Web\Services\Discovery\InvalidDocumentContentsException.cs (1)
12internal InvalidDocumentContentsException(string message, Exception inner) : base(message, inner) {
System.Workflow.Activities (1)
Rules\Exceptions.cs (1)
43: base(message, ex)
System.Workflow.ComponentModel (9)
AuthoringOM\ActivityInterfaces.cs (1)
196: base(message, exception)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (1)
590e = new Exception(typeLoadError, e);
AuthoringOM\Compiler\Validation\WorkflowValidationFailedException.cs (1)
37: base(message, innerException)
AuthoringOM\Design\ActivityDesigner.cs (1)
2565throw new Exception(DR.GetString(DR.ActivityInsertError) + "\n" + ex.Message, ex);
AuthoringOM\Design\CommandSet.cs (1)
902throw new Exception(DR.GetString(DR.ActivityInsertError) + "\n" + ex.Message, ex);
AuthoringOM\Design\MessageFilters\DragDropManager.cs (1)
551throw new Exception(errorMessage, ex);
AuthoringOM\Design\Themes.cs (1)
2221throw new Exception(DR.GetString(DR.FontFamilyNotSupported, value), e);
AuthoringOM\Serializer\WorkflowMarkupSerializationException.cs (2)
39: base(message, innerException) 46: base(message, innerException)
System.Workflow.Runtime (2)
WorkflowOwnershipException.cs (2)
40: base(message, innerException) 56: base(message, innerException)
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowOperationErrorHandler.cs (1)
38: base(SR2.GetString(SR2.WorkflowOperationUnhandledException), innerException)
WindowsBase (3)
Base\System\Security\RightsManagement\Exceptions.cs (3)
58base(message, innerException) 104base(Errors.GetLocalizedFailureCodeMessageWithDefault(failureCode), innerException) 123base(message, innerException)
WsatConfig (1)
Configuration\WsatAdminException.cs (1)
20: base(errMessage, innerException)
WsatUI (1)
Configuration\WsatAdminException.cs (1)
20: base(errMessage, innerException)
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\LoggableException.cs (1)
50: base(innerException.Message, innerException)