C# Class Yaapii.Xambly.Error.XmlContentException

When impossible to understand XML content.
Inheritance: Exception
Mostra file Open project: icarus-consulting/Yaapii.Xambly

Public Methods

Method Description
XmlContentException ( string cause ) : System

When impossible to understand XML content.

XmlContentException ( string cause, Exception innerException ) : System

When impossible to understand XML content.

Method Details

XmlContentException() public method

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

XmlContentException() public method

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