C# 클래스 Yaapii.Xambly.Error.XmlContentException

When impossible to understand XML content.
상속: Exception
파일 보기 프로젝트 열기: icarus-consulting/Yaapii.Xambly

공개 메소드들

메소드 설명
XmlContentException ( string cause ) : System

When impossible to understand XML content.

XmlContentException ( string cause, Exception innerException ) : System

When impossible to understand XML content.

메소드 상세

XmlContentException() 공개 메소드

When impossible to understand XML content.
public XmlContentException ( string cause ) : System
cause string Cause of it
리턴 System

XmlContentException() 공개 메소드

When impossible to understand XML content.
public XmlContentException ( string cause, Exception innerException ) : System
cause string Cause of it
innerException Exception Original exception
리턴 System