AODL.Document.Exceptions.AODLException.AODLException C# (CSharp) Method

AODLException() public method

public AODLException ( ) : System
return System
		public AODLException()
			: base(string.Empty, null)
		{
			
		}
		

Same methods

AODLException::AODLException ( string message ) : System
AODLException::AODLException ( string message, Exception e ) : System
AODLException::AODLException ( string message, XmlNode node, Exception e ) : System
AODLException