C# Class Yaapii.Xambly.Error.XmlContentException

When impossible to understand XML content.
Inheritance: Exception
Afficher le fichier Open project: icarus-consulting/Yaapii.Xambly

Méthodes publiques

Méthode 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 méthode

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

XmlContentException() public méthode

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