C# Класс System.Xml.Schema.XmlSchemaException

Наследование: System.SystemException
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CreateMessage string
GetObjectData void
SetResourceId void
SetSchemaObject void
SetSource void
SetSource void
XmlSchemaException System
XmlSchemaException System
XmlSchemaException System
XmlSchemaException System
XmlSchemaException System
XmlSchemaException System

Открытые методы

Метод Описание
XmlSchemaException ( ) : System
XmlSchemaException ( String message ) : System
XmlSchemaException ( String message, Exception innerException ) : System
XmlSchemaException ( String message, Exception innerException, int lineNumber, int linePosition ) : System

Защищенные методы

Метод Описание
XmlSchemaException ( SerializationInfo info, StreamingContext context ) : System

Приватные методы

Метод Описание
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

Описание методов

XmlSchemaException() публичный Метод

public XmlSchemaException ( ) : System
Результат System

XmlSchemaException() защищенный Метод

protected XmlSchemaException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

XmlSchemaException() публичный Метод

public XmlSchemaException ( String message ) : System
message String
Результат System

XmlSchemaException() публичный Метод

public XmlSchemaException ( String message, Exception innerException ) : System
message String
innerException Exception
Результат System

XmlSchemaException() публичный Метод

public XmlSchemaException ( String message, Exception innerException, int lineNumber, int linePosition ) : System
message String
innerException Exception
lineNumber int
linePosition int
Результат System