C# Class System.Xml.Schema.XmlSchemaException

Inheritance: System.SystemException
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
CreateMessage string
GetObjectData void
SetResourceId void
SetSchemaObject void
SetSource void
SetSource void
XmlSchemaException System
XmlSchemaException System
XmlSchemaException System
XmlSchemaException System
XmlSchemaException System
XmlSchemaException System

Public Methods

Method Description
XmlSchemaException ( ) : System
XmlSchemaException ( String message ) : System
XmlSchemaException ( String message, Exception innerException ) : System
XmlSchemaException ( String message, Exception innerException, int lineNumber, int linePosition ) : System

Protected Methods

Method Description
XmlSchemaException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
CreateMessage ( string res, string args ) : string
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
SetResourceId ( string resourceId ) : void
SetSchemaObject ( XmlSchemaObject source ) : void
SetSource ( XmlSchemaObject source ) : void
SetSource ( string sourceUri, int lineNumber, int linePosition ) : void
XmlSchemaException ( string res, XmlSchemaObject source ) : System
XmlSchemaException ( string res, string args ) : System
XmlSchemaException ( string res, string args, Exception innerException, string sourceUri, int lineNumber, int linePosition, XmlSchemaObject source ) : System
XmlSchemaException ( string res, string arg, XmlSchemaObject source ) : System
XmlSchemaException ( string res, string sourceUri, int lineNumber, int linePosition ) : System
XmlSchemaException ( string res, string arg, string sourceUri, int lineNumber, int linePosition ) : System

Method Details

XmlSchemaException() public method

public XmlSchemaException ( ) : System
return System

XmlSchemaException() protected method

protected XmlSchemaException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

XmlSchemaException() public method

public XmlSchemaException ( String message ) : System
message String
return System

XmlSchemaException() public method

public XmlSchemaException ( String message, Exception innerException ) : System
message String
innerException Exception
return System

XmlSchemaException() public method

public XmlSchemaException ( String message, Exception innerException, int lineNumber, int linePosition ) : System
message String
innerException Exception
lineNumber int
linePosition int
return System