AODL.Document.Import.ImporterException.ImporterException C# (CSharp) Method

ImporterException() public method

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