C# 클래스 Mvp.Xml.XInclude.NonXmlCharacterException

Non XML character in a document to include exception.
상속: FatalException
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
NonXmlCharacterException ( char c ) : System

Initializes a new instance of the NonXmlCharacterException class with a specified invalid character.

메소드 상세

NonXmlCharacterException() 공개 메소드

Initializes a new instance of the NonXmlCharacterException class with a specified invalid character.
public NonXmlCharacterException ( char c ) : System
c char Invalid character
리턴 System