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