FlickrNet.ResponseXmlException.ResponseXmlException C# (CSharp) Méthode

ResponseXmlException() public méthode

Initializes a new instance of the ResponseXmlException class.
public ResponseXmlException ( ) : System
Résultat System
        public ResponseXmlException()
            : base()
        {
        }

Same methods

ResponseXmlException::ResponseXmlException ( string message ) : System
ResponseXmlException::ResponseXmlException ( string message, Exception innerException ) : System
ResponseXmlException