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

Generic XInclude exception.
상속: System.Exception
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
XIncludeException ( string message ) : System

Initializes a new instance of the XIncludeException class with a specified error message.

XIncludeException ( string message, Exception innerException ) : System

Initializes a new instance of the XIncludeException class with a specified error message and a reference to the inner exception that is the cause of this exception.

메소드 상세

XIncludeException() 공개 메소드

Initializes a new instance of the XIncludeException class with a specified error message.
public XIncludeException ( string message ) : System
message string Error message
리턴 System

XIncludeException() 공개 메소드

Initializes a new instance of the XIncludeException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public XIncludeException ( string message, Exception innerException ) : System
message string Error message
innerException System.Exception Inner exceptiion
리턴 System