Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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
- WorkflowViewStateService.cs
- ScalarConstant.cs
- RecognizedPhrase.cs
- EUCJPEncoding.cs
- SwitchAttribute.cs
- ValueChangedEventManager.cs
- XmlChildEnumerator.cs
- PenThreadWorker.cs
- DateTimeParse.cs
- Normalizer.cs
- SQLSingleStorage.cs
- AsymmetricKeyExchangeDeformatter.cs
- SmtpNegotiateAuthenticationModule.cs
- AttributeUsageAttribute.cs
- SourceItem.cs
- EntityType.cs
- ToolStripGripRenderEventArgs.cs
- SerialErrors.cs
- TitleStyle.cs
- XPathAncestorQuery.cs
- StateMachineWorkflowInstance.cs
- ComboBox.cs
- XmlCharCheckingWriter.cs
- Statements.cs
- XmlSchemaElement.cs
- MachineKeySection.cs
- FlowDecisionLabelFeature.cs
- PointValueSerializer.cs
- PrimitiveSchema.cs
- DetailsView.cs
- QueueAccessMode.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- SettingsAttributes.cs
- OleServicesContext.cs
- SequenceFullException.cs
- LocalizationComments.cs
- TypeConverterAttribute.cs
- FieldToken.cs
- LogicalExpressionTypeConverter.cs
- PointAnimationUsingPath.cs
- TransformDescriptor.cs
- ObjectDisposedException.cs
- RootBrowserWindow.cs
- IxmlLineInfo.cs
- QilScopedVisitor.cs
- FormViewPageEventArgs.cs
- EditorPart.cs
- ExecutedRoutedEventArgs.cs
- CanonicalFontFamilyReference.cs
- StrokeNode.cs
- PlainXmlWriter.cs
- TiffBitmapDecoder.cs
- ISO2022Encoding.cs
- ApplicationBuildProvider.cs
- HostedImpersonationContext.cs
- TextBoxBaseDesigner.cs
- DSGeneratorProblem.cs
- ProtectedConfiguration.cs
- CryptoApi.cs
- XmlDataSource.cs
- OleDbConnection.cs
- BinaryFormatter.cs
- SwitchCase.cs
- ProxyRpc.cs
- QueryReaderSettings.cs
- JsonStringDataContract.cs
- TableItemProviderWrapper.cs
- DataGridColumn.cs
- NotifyCollectionChangedEventArgs.cs
- WebPartTransformerCollection.cs
- GlyphTypeface.cs
- Accessors.cs
- SafeCryptoHandles.cs
- ProcessManager.cs
- OptimalTextSource.cs
- EmptyControlCollection.cs
- ExpressionWriter.cs
- Propagator.cs
- SoapTypeAttribute.cs
- CopyOfAction.cs
- LambdaCompiler.Logical.cs
- SchemaImporterExtensionsSection.cs
- SendingRequestEventArgs.cs
- TextEditorTables.cs
- OdbcError.cs
- SystemSounds.cs
- PersonalizableAttribute.cs
- XslAstAnalyzer.cs
- QilExpression.cs
- RequestResizeEvent.cs
- XmlAnyElementAttribute.cs
- ProxyWebPartConnectionCollection.cs
- IDQuery.cs
- ProjectionCamera.cs
- EnumBuilder.cs
- SQLResource.cs
- SimpleBitVector32.cs
- ProfileService.cs
- WebBrowsableAttribute.cs
- RuntimeWrappedException.cs