Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. //------------------------------------------------------------------------------ //Gets the text description corresponding to the /// validation error. ///// 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.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
- RegisteredDisposeScript.cs
- ContentElement.cs
- DiffuseMaterial.cs
- ColorTranslator.cs
- WinEventHandler.cs
- ImagingCache.cs
- ManifestSignedXml.cs
- PageContentCollection.cs
- TargetParameterCountException.cs
- SimpleNameService.cs
- ListBoxAutomationPeer.cs
- BuiltInExpr.cs
- AnnotationAdorner.cs
- ReferencedAssembly.cs
- WindowsBrush.cs
- GuidTagList.cs
- XmlTextWriter.cs
- Evidence.cs
- TextAutomationPeer.cs
- PeerPresenceInfo.cs
- Context.cs
- VideoDrawing.cs
- ServiceObjectContainer.cs
- XhtmlConformanceSection.cs
- UnsafeNativeMethods.cs
- XmlWrappingReader.cs
- TypographyProperties.cs
- WorkflowDesignerMessageFilter.cs
- ImagingCache.cs
- Expander.cs
- InputGestureCollection.cs
- StoragePropertyMapping.cs
- XmlDataSource.cs
- RowVisual.cs
- WizardSideBarListControlItem.cs
- Timeline.cs
- EntityContainerEntitySetDefiningQuery.cs
- LoggedException.cs
- XmlSchemaCompilationSettings.cs
- ReplyChannelAcceptor.cs
- Utils.cs
- FixedTextBuilder.cs
- ListParagraph.cs
- CheckedPointers.cs
- TemplateComponentConnector.cs
- TdsEnums.cs
- RegisteredScript.cs
- SelectionChangedEventArgs.cs
- CallbackValidatorAttribute.cs
- SafeNativeMethods.cs
- DesignerSerializationVisibilityAttribute.cs
- RowParagraph.cs
- ColorBlend.cs
- WinFormsSecurity.cs
- TypeHelpers.cs
- ToolZone.cs
- RegexStringValidatorAttribute.cs
- RouteCollection.cs
- CapabilitiesRule.cs
- DataControlField.cs
- XmlDataCollection.cs
- ServiceModelInstallComponent.cs
- Trace.cs
- SrgsText.cs
- ProfilePropertySettings.cs
- ErrorWrapper.cs
- WebPartConnection.cs
- DataGrid.cs
- XmlRootAttribute.cs
- AutoCompleteStringCollection.cs
- TextContainer.cs
- ObjectViewFactory.cs
- WebColorConverter.cs
- PointAnimation.cs
- ToolStripItemDataObject.cs
- Image.cs
- ApplicationDirectory.cs
- XamlVector3DCollectionSerializer.cs
- Int16Converter.cs
- ResourceReader.cs
- InputScope.cs
- ProcessProtocolHandler.cs
- ToolStripOverflowButton.cs
- RotateTransform3D.cs
- SizeConverter.cs
- ArrayElementGridEntry.cs
- Point.cs
- SchemaCollectionCompiler.cs
- Odbc32.cs
- HtmlInputText.cs
- CatalogZoneBase.cs
- DataGridAddNewRow.cs
- UIElement.cs
- ArrayConverter.cs
- Brush.cs
- BigInt.cs
- AccessDataSourceView.cs
- XPathPatternParser.cs
- DesignerAttributeInfo.cs
- DrawingContextDrawingContextWalker.cs