AODL.Document.Import.ImporterException.ImporterException C# (CSharp) 메소드

ImporterException() 공개 메소드

public ImporterException ( string message, Exception e ) : System
message string
e System.Exception
리턴 System
		public ImporterException(string message, Exception e)
			: base(message, e)
		{
		}
	}
ImporterException