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
- Screen.cs
- _NetRes.cs
- SchemaComplexType.cs
- TextBox.cs
- AnnotationAuthorChangedEventArgs.cs
- Tuple.cs
- ProfileGroupSettingsCollection.cs
- precedingsibling.cs
- ConfigXmlComment.cs
- RegexWorker.cs
- AssemblyAttributesGoHere.cs
- COM2Enum.cs
- SecUtil.cs
- SweepDirectionValidation.cs
- DataRow.cs
- OleTxTransactionInfo.cs
- DependencyObject.cs
- DecoderReplacementFallback.cs
- __ComObject.cs
- TempFiles.cs
- TextTreeTextBlock.cs
- IsolatedStoragePermission.cs
- ExpressionNode.cs
- UnsafeNativeMethods.cs
- PropertyChangingEventArgs.cs
- IxmlLineInfo.cs
- TextSearch.cs
- TimerExtension.cs
- MsmqInputChannel.cs
- PasswordRecovery.cs
- WeakReference.cs
- EdmError.cs
- Symbol.cs
- D3DImage.cs
- SchemaMerger.cs
- DataRecordInfo.cs
- TraceShell.cs
- KerberosRequestorSecurityToken.cs
- PreProcessInputEventArgs.cs
- ThreadStaticAttribute.cs
- MouseActionValueSerializer.cs
- NumberAction.cs
- ProfilePropertyNameValidator.cs
- ClientTarget.cs
- DataGridBoundColumn.cs
- Compilation.cs
- CalendarDesigner.cs
- PublisherIdentityPermission.cs
- BitStream.cs
- SqlProviderServices.cs
- EntitySet.cs
- UnSafeCharBuffer.cs
- ConfigXmlText.cs
- ReaderWriterLock.cs
- ResourceAssociationSet.cs
- ExtendLockCommand.cs
- DataObjectCopyingEventArgs.cs
- TextRangeEditLists.cs
- PartialClassGenerationTaskInternal.cs
- WmlCalendarAdapter.cs
- Label.cs
- ConfigXmlElement.cs
- NameValueSectionHandler.cs
- MergeFailedEvent.cs
- OptimalBreakSession.cs
- ContentDefinition.cs
- hresults.cs
- ZipPackage.cs
- XmlSchemaComplexContentRestriction.cs
- MetadataItemEmitter.cs
- TextRunCache.cs
- ErrorEventArgs.cs
- CompModSwitches.cs
- SqlDataSourceFilteringEventArgs.cs
- UInt16Storage.cs
- SchemaImporterExtension.cs
- StylusPlugin.cs
- Substitution.cs
- DataPager.cs
- ItemsPanelTemplate.cs
- EndpointAddressMessageFilter.cs
- XmlSchemaProviderAttribute.cs
- FontWeights.cs
- LocalizationComments.cs
- MouseButtonEventArgs.cs
- InternalBase.cs
- ListViewSelectEventArgs.cs
- TripleDESCryptoServiceProvider.cs
- GPPOINTF.cs
- Label.cs
- DataServiceOperationContext.cs
- MatrixAnimationUsingPath.cs
- IdentityModelStringsVersion1.cs
- PolicyLevel.cs
- ImageIndexConverter.cs
- CommandSet.cs
- GenerateScriptTypeAttribute.cs
- ObjectSet.cs
- SearchExpression.cs
- HandlerBase.cs