AODL.Document.Exceptions.AODLException.AODLException C# (CSharp) 메소드

AODLException() 공개 메소드

public AODLException ( ) : System
리턴 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