C# Class Difi.SikkerDigitalPost.Klient.Domene.Exceptions.XmlParseException

Inheritance: KonfigurasjonsException
显示文件 Open project: difi/sikker-digital-post-klient-dotnet Class Usage Examples

Public Methods

Method Description
XmlParseException ( ) : System
XmlParseException ( string message ) : System
XmlParseException ( string message, Exception inner ) : System

Method Details

XmlParseException() public method

public XmlParseException ( ) : System
return System

XmlParseException() public method

public XmlParseException ( string message ) : System
message string
return System

XmlParseException() public method

public XmlParseException ( string message, Exception inner ) : System
message string
inner System.Exception
return System