AODL.Document.Content.Draw.AODLGraphicException.AODLGraphicException C# (CSharp) Method

AODLGraphicException() public method

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