Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / Xml / System / Xml / schema / ValidationEventArgs.cs / 1 / ValidationEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { ////// /// Returns detailed information relating to /// the ValidationEventhandler. /// public class ValidationEventArgs : EventArgs { XmlSchemaException ex; XmlSeverityType severity; internal ValidationEventArgs( XmlSchemaException ex ) : base() { this.ex = ex; severity = XmlSeverityType.Error; } internal ValidationEventArgs( XmlSchemaException ex , XmlSeverityType severity ) : base() { this.ex = ex; this.severity = severity; } ///public XmlSeverityType Severity { get { return severity;} } /// public XmlSchemaException Exception { get { return ex;} } /// /// /// public String Message { get { return ex.Message;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.Gets the text description corresponding to the /// validation error. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PathFigureCollectionValueSerializer.cs
- CopyNodeSetAction.cs
- DataServiceException.cs
- CodePageEncoding.cs
- SoapCodeExporter.cs
- AnnouncementEndpointElement.cs
- SoundPlayer.cs
- WinFormsSecurity.cs
- MethodImplAttribute.cs
- SurrogateEncoder.cs
- FtpCachePolicyElement.cs
- CommentAction.cs
- CodeTypeParameterCollection.cs
- XmlSchemaInclude.cs
- WindowsButton.cs
- InvalidAsynchronousStateException.cs
- DataQuery.cs
- ExtensionFile.cs
- VisualTreeFlattener.cs
- mediaclock.cs
- StringCollectionMarkupSerializer.cs
- SignedXml.cs
- XmlUTF8TextReader.cs
- TripleDESCryptoServiceProvider.cs
- CustomAttributeSerializer.cs
- DispatcherObject.cs
- StringOutput.cs
- ToolboxCategory.cs
- PropVariant.cs
- OdbcCommandBuilder.cs
- SchemaMapping.cs
- KnownTypeAttribute.cs
- SemanticTag.cs
- Literal.cs
- ObjectConverter.cs
- SHA256Cng.cs
- StrokeNodeData.cs
- UnsafeNativeMethods.cs
- XmlQueryStaticData.cs
- ContextInformation.cs
- ExceptionUtil.cs
- HebrewCalendar.cs
- PersianCalendar.cs
- XmlCDATASection.cs
- RequestCachePolicy.cs
- DoubleMinMaxAggregationOperator.cs
- RtfToken.cs
- XmlSchemaAttribute.cs
- GiveFeedbackEvent.cs
- WebRequestModuleElementCollection.cs
- CollectionChangeEventArgs.cs
- AttributeAction.cs
- ActivityTypeResolver.xaml.cs
- MinMaxParagraphWidth.cs
- XamlGridLengthSerializer.cs
- DefinitionUpdate.cs
- __ConsoleStream.cs
- Claim.cs
- LinqToSqlWrapper.cs
- KeyedHashAlgorithm.cs
- BitmapMetadataEnumerator.cs
- XmlLanguage.cs
- InfiniteTimeSpanConverter.cs
- PropertyStore.cs
- MarkupExtensionSerializer.cs
- SendingRequestEventArgs.cs
- XmlNavigatorStack.cs
- CodeTypeReferenceCollection.cs
- PropertyInfoSet.cs
- WebServiceHandlerFactory.cs
- InsufficientMemoryException.cs
- XmlSchemaChoice.cs
- InputBinder.cs
- ToolbarAUtomationPeer.cs
- ColumnBinding.cs
- GridViewItemAutomationPeer.cs
- MatchingStyle.cs
- AttachedAnnotationChangedEventArgs.cs
- MailDefinition.cs
- ServiceOperationInvoker.cs
- WebPartsSection.cs
- OverflowException.cs
- StyleBamlRecordReader.cs
- CachedRequestParams.cs
- RuntimeEnvironment.cs
- ChangeInterceptorAttribute.cs
- DelegatedStream.cs
- StorageEntityTypeMapping.cs
- SQLDateTime.cs
- DeferredRunTextReference.cs
- HttpApplicationStateWrapper.cs
- GridErrorDlg.cs
- ComponentResourceKey.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- ImageSource.cs
- DragDropManager.cs
- Scripts.cs
- CngAlgorithmGroup.cs
- RepeatEnumerable.cs
- FilteredReadOnlyMetadataCollection.cs